svn commit: r244181 - head/etc/rc.d

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Dec 13 09:41:33 UTC 2012


Author: pjd
Date: Thu Dec 13 09:41:32 2012
New Revision: 244181
URL: http://svnweb.freebsd.org/changeset/base/244181

Log:
  Fix the location of auditdistd configuration file.
  
  Reported by:	Johan Hendriks <joh.hendriks at gmail.com>

Modified:
  head/etc/rc.d/auditdistd

Modified: head/etc/rc.d/auditdistd
==============================================================================
--- head/etc/rc.d/auditdistd	Thu Dec 13 06:45:45 2012	(r244180)
+++ head/etc/rc.d/auditdistd	Thu Dec 13 09:41:32 2012	(r244181)
@@ -14,7 +14,7 @@ name="auditdistd"
 rcvar="${name}_enable"
 pidfile="/var/run/${name}.pid"
 command="/usr/sbin/${name}"
-required_files="/etc/${name}.conf"
+required_files="/etc/security/${name}.conf"
 extra_commands="reload"
 
 load_rc_config $name


More information about the svn-src-all mailing list