From 06371c5c30fe37512f656a4950b4c92ae074bc8b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Jul 2010 22:42:48 +0000 Subject: [PATCH] [packages] bind: fix pid file path (#7218) SVN-Revision: 22217 --- net/bind/Makefile | 2 +- net/bind/files/named.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index b5fdae716a..bc9b21c9f5 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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:= \ diff --git a/net/bind/files/named.init b/net/bind/files/named.init index 3c4c76adf2..986e5fe087 100644 --- a/net/bind/files/named.init +++ b/net/bind/files/named.init @@ -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 ] -- 2.30.2