Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 09:41:33 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244181 - head/etc/rc.d
Message-ID:  <201212130941.qBD9fX64000669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130941.qBD9fX64000669>