]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
pidfile location.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Apr 2008 07:37:25 +0000 (07:37 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Apr 2008 07:37:25 +0000 (07:37 +0000)
git-svn-id: file:///svn/unbound/trunk@1044 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/rc_d_unbound
doc/Changelog

index 4ca1d823021dec9d6db626b69617f18638fcc31f..4d837a2d0e4e225b0ab3455502b728922187eed7 100755 (executable)
@@ -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
index 00f0010bb22c23d9c57239157c435c4f6da48dc8..35c346c52c7637d652209281bc14a5146e8bcdab 100644 (file)
@@ -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.