From: Wouter Wijngaards Date: Tue, 15 Apr 2008 07:37:25 +0000 (+0000) Subject: pidfile location. X-Git-Tag: release-0.11~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a93eae31e8940e824794145e89634c08a85c46;p=thirdparty%2Funbound.git pidfile location. git-svn-id: file:///svn/unbound/trunk@1044 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/contrib/rc_d_unbound b/contrib/rc_d_unbound index 4ca1d8230..4d837a2d0 100755 --- a/contrib/rc_d_unbound +++ b/contrib/rc_d_unbound @@ -16,7 +16,7 @@ name="unbound" rcvar=`set_rcvar` command="/usr/local/sbin/unbound" -pidfile="/etc/unbound/unbound.pid" +pidfile="/usr/local/etc/unbound/unbound.pid" extra_commands="reload" load_rc_config $name diff --git a/doc/Changelog b/doc/Changelog index 00f0010bb..35c346c52 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +15 April 2008: Wouter + - fixup default rc.d pidfile location to /usr/local/etc. + 14 April 2008: Wouter - got update for parseunbound.pl statistics script from Kai Storbeck. - tpkg tests for udp wait list.