Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 21:53:06 GMT
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91114 for review
Message-ID:  <200602042153.k14Lr6c3058249@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91114

Change 91114 by trhodes@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602042153.k14Lr6c3058249>