[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:
parent
2ef26cf7aa
commit
29c8b4193c
@ -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:= \
|
||||
|
@ -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 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user