From 33da94038ecaf498f85042eab333be44652af2d3 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 13 Dec 2012 09:41:32 +0000 Subject: [PATCH] Fix the location of auditdistd configuration file. Reported by: Johan Hendriks --- etc/rc.d/auditdistd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/auditdistd b/etc/rc.d/auditdistd index 0aa62e8ec184..f8c81951979d 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