[packages] bind: fix pid file path (#7218)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22217 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-07-15 22:42:48 +00:00
parent 2ef26cf7aa
commit 29c8b4193c
2 changed files with 2 additions and 2 deletions

View 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:= \

View 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 ]