summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/auditdistd
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2012-12-13 09:41:32 +0000
committerpjd <pjd@FreeBSD.org>2012-12-13 09:41:32 +0000
commit3b54c5ffbe67ad61e9127a5b46e31955105e4ed7 (patch)
tree56aa3c9e6bed02ce1fd2380fb42e5c23cb35de91 /etc/rc.d/auditdistd
parentc884fec161808c88cc1dfa7517cde9e34cbbd7a7 (diff)
downloadFreeBSD-src-3b54c5ffbe67ad61e9127a5b46e31955105e4ed7.zip
FreeBSD-src-3b54c5ffbe67ad61e9127a5b46e31955105e4ed7.tar.gz
Fix the location of auditdistd configuration file.
Reported by: Johan Hendriks <joh.hendriks@gmail.com>
Diffstat (limited to 'etc/rc.d/auditdistd')
-rw-r--r--etc/rc.d/auditdistd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/auditdistd b/etc/rc.d/auditdistd
index 0aa62e8..f8c8195 100644
--- a/etc/rc.d/auditdistd
+++ b/etc/rc.d/auditdistd
@@ -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
OpenPOWER on IntegriCloud