[packages] bind: fix pid file path (#7218)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Jul 2010 22:42:48 +0000 (22:42 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Jul 2010 22:42:48 +0000 (22:42 +0000)
SVN-Revision: 22217

net/bind/Makefile
net/bind/files/named.init

index b5fdae716a32d2757f6f5d3ce11ba559bebd9586..bc9b21c9f57b335bc00c57511cd45dea629a4a32 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
 PKG_VERSION:=9.6.1-P2
-PKG_RELEASE:=2
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
index 3c4c76adf2c2d284c691fec674182c4b9eae8645..986e5fe087bf1be3e8bae2d00920b2521d2e8af7 100644 (file)
@@ -2,7 +2,7 @@
 START=50
 
 config_file=/etc/bind/named.conf
-pid_file=/var/run/named.pid
+pid_file=/var/run/named/named.pid
 
 start() {
   if [ -e $pid_file ]