head	1.4;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.08.13.09.58.52;	author bapt;	state dead;
branches;
next	1.3;

1.3
date	2010.08.11.15.15.03;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	2010.07.21.08.18.32;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.06.23.36.12;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Remove useless patch-README replaced by a ${REINPLACE_CMD} macro

Submitted by:		sahil@@ (by email)
Approved by:		rene@@ (mentor vacation)
@
text
@--- ./README.orig	2010-08-05 01:02:04.000000000 +0200
+++ ./README	2010-08-11 12:10:05.170201000 +0200
@@@@ -51,14 +51,14 @@@@
   Snoopy is placed in /etc/ld.so.preload to trap all occurances of exec,
   if you wish to monitor only certain applications you can do so through
   the $LD_PRELOAD environment variable - simply set it to 
-  /usr/local/lib/snoopy.so before loading the application. For example:
+  %%PREFIX%%/lib/snoopy.so before loading the application. For example:
 
-    export LD_PRELOAD=/usr/local/lib/snoopy.so
+    export LD_PRELOAD=%%PREFIX%%/lib/snoopy.so
     lynx http://linux.com/
     unset LD_PRELOAD
 
   To remove snoopy later, simply edit /etc/ld.so.preload and remove the
-  reference to snoopy.so and delete /usr/local/lib/snoopy.so.
+  reference to snoopy.so and delete %%PREFIX%%/lib/snoopy.so.
 
 
 
@


1.3
log
@Update to 1.7.1

PR:		ports/149367
Submitted by:	Frederic Culot <frederic _at_ culot.org>
Approved by:	tabthorpe@@ (co-mentor)
@
text
@@


1.2
log
@- Update to 1.6.1
- Add license
- Submitter is now maintainer

PR:		ports/148793
Submitted by:	Bapt <baptiste.daroussin _AT_ gmail.com>
Approved by:	maintainer (myself)
@
text
@d1 3
a3 3
--- ./README.orig	2010-02-11 21:58:07.000000000 +0100
+++ ./README	2010-07-20 17:45:31.306297157 +0200
@@@@ -46,11 +46,11 @@@@
a10 1
-    lynx http://linux.com/
d12 1
a12 1
+    lynx http://freebsd.org
d18 3
@


1.1
log
@snoopy is merely a shared library that is used as a wrapper
to the execve() function provided by libc as to log every call
to syslog (authpriv).  system administrators may find snoopy
useful in tasks such as light/heavy system monitoring, tracking other
administrator's actions as well as getting a good 'feel' of
what's going on in the system (for example apache running cgi
scripts).

WWW: http://sourceforge.net/projects/snoopylogger/

PR:		ports/108691
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
@
text
@d1 8
a8 5
--- README.orig	Tue Feb  6 22:38:07 2007
+++ README	Tue Feb  6 22:38:22 2007
@@@@ -39,7 +39,7 @@@@
   the $LD_PRELOAD environment variable - simply set it to /lib/snoopy.so
   before loading the application. For example:
d10 5
a14 4
-     export LD_PRELOAD=/lib/snoopy.so
+     export LD_PRELOAD=%%PREFIX%%/lib/snoopy.so
      lynx http://linux.com/
      unset LD_PRELOAD 
d16 3
@

