diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-07-17 04:08:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-07-17 04:08:59 +0000 |
commit | 2b4caa4539f794185f369fecab9157f7bae1ebc1 (patch) | |
tree | eb4b99eadca9149aa01b391c0406ec6abab21a98 /dns/bind96 | |
parent | - Update to 3253 (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=277826
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index c97375700895..b06c303c9352 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -196,6 +196,7 @@ post-patch: @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ + -e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor |