PERFORCE change 69589 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 24 12:47:38 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=69589

Change 69589 by rwatson at rwatson_tislabs on 2005/01/24 12:46:46

	More accurately spell paths to configuration file dependencies for
	auditd.

Affected files ...

.. //depot/projects/trustedbsd/audit3/etc/rc.d/auditd#4 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/etc/rc.d/auditd#4 (text+ko) ====

@@ -16,8 +16,9 @@
 command="/usr/sbin/${name}"
 rcvar="auditd_enable"
 command_args="${auditd_flags}"
-required_files="/etc/audit_class /etc/audit_control /etc/audit_event
-		/etc/audit_user /etc/audit_warn /etc/auditd_control"
+required_files="/etc/security/audit_class /etc/security/audit_control
+		/etc/security/audit_event /etc/security/audit_user
+		/etc/security/audit_warn /etc/security/auditd_control"
 
 auditd_stop()
 {
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