Add auditd_program variable to defaults, in order to make it more clear

how to change the auditd instance.  When using a port/package-based
OpenBSM, changing the auditd pointer may be desirable.

Obtained from:	TrustedBSD Project
MFC after:	3 weeks
This commit is contained in:
Robert Watson 2006-11-06 15:11:24 +00:00
parent 0dc97cf078
commit 850cb5f8db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164042

View File

@ -478,6 +478,7 @@ sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
##############################################################
auditd_enable="NO" # Run the audit daemon.
auditd_program="/usr/sbin/auditd" # Path to the audit daemon.
auditd_flags="" # Which options to pass to the audit daemon.
cached_enable="NO" # Run the nsswitch caching daemon.
cron_enable="YES" # Run the periodic job daemon.