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>
This commit is contained in:
parent
061c683cc2
commit
43e819a484
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user