Fix the location of auditdistd configuration file.

Reported by:	Johan Hendriks <joh.hendriks@gmail.com>
This commit is contained in:
Pawel Jakub Dawidek 2012-12-13 09:41:32 +00:00
parent 07fb19177d
commit 33da94038e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244181

View File

@ -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