Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2005 12:38:25 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 69585 for review
Message-ID:  <200501241238.j0OCcPLB036396@repoman.freebsd.org>

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

Change 69585 by rwatson@rwatson_tislabs on 2005/01/24 12:37:58

	Necessary defaults/rc.conf entries so that the boot rc scripts
	don't complain about a lack of a default for the audit daemon.

Affected files ...

.. //depot/projects/trustedbsd/audit3/etc/defaults/rc.conf#4 edit

Differences ...

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

@@ -418,6 +418,8 @@
 ###  Miscellaneous administrative options  ###################
 ##############################################################
 
+auditd_enable="NO"	# Run the audit daemon.
+auditd_flags=""		# Whcih options to pass to the audit daemon.
 cron_enable="YES"	# Run the periodic job daemon.
 cron_program="/usr/sbin/cron"	# Which cron executable to run (if enabled).
 cron_dst="YES"		# Handle DST transitions intelligently (YES/NO)



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