forked from Lainports/freebsd-ports
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>
11 lines
362 B
Text
11 lines
362 B
Text
--- 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:
|
|
|
|
- export LD_PRELOAD=/lib/snoopy.so
|
|
+ export LD_PRELOAD=%%PREFIX%%/lib/snoopy.so
|
|
lynx http://linux.com/
|
|
unset LD_PRELOAD
|
|
|