freebsd-ports/security/snoopy/files/patch-README
Martin Wilke 097671613e 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>
2007-02-06 23:36:12 +00:00

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