aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-07-17 04:10:00 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-07-17 04:10:00 +0000
commit43e819a48425fb968b1a2e85b223fbab3b96ceae (patch)
tree94867c7e00f134195bda5581c0d04255de3ea1f7 /usr.sbin/named
parent061c683cc2f5f0d18782d561bf36aa92335d2e7b (diff)
Fix the location of the default pid file in named.8
Problem pointed out in the PR PR: conf/155006 Submitted by: Helmut Schneider <jumper99@gmx.de>
Notes
Notes: svn path=/head/; revision=224122
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 561060bd3554..89de5acabcc9 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -57,7 +57,8 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= named.8 lwresd.8 named.conf.5
-MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
+MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
+ -e "s@/var\/run\/named\/named.pid@/var/run/named/pid@"
LINKS= ${BINDIR}/named ${BINDIR}/lwresd