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.hendr...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to