PERFORCE change 91114 for review
Tom Rhodes
trhodes at FreeBSD.org
Sat Feb 4 21:53:06 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91114
Change 91114 by trhodes at trhodes_local on 2006/02/04 21:52:56
The pid check is not really a requirement.
Discussed with dougb.
Affected files ...
.. //depot/projects/trustedbsd/audit3/etc/rc.d/auditd#7 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/etc/rc.d/auditd#7 (text+ko) ====
@@ -23,11 +23,7 @@
auditd_stop()
{
- if [ -f /var/run/auditd.pid ]; then
/usr/sbin/audit -t
- else
- echo "The audit daemon is not running";
- fi
}
load_rc_config $name
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list