summaryrefslogtreecommitdiffstats
path: root/usr.bin/nsupdate
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-26 06:36:11 +0000
committerdougb <dougb@FreeBSD.org>2004-09-26 06:36:11 +0000
commit5887a0ecf4a9e57176e0f270ef586dc13d52bf3c (patch)
treefc86b12eadcff44c948ecbc085153e61681ac554 /usr.bin/nsupdate
parentb10a387be5ebb75e825368b1d46b14ceab509524 (diff)
downloadFreeBSD-src-5887a0ecf4a9e57176e0f270ef586dc13d52bf3c.zip
FreeBSD-src-5887a0ecf4a9e57176e0f270ef586dc13d52bf3c.tar.gz
Fix up the man file installation for the new BIND 9 sources:
1. Install man files and links for the lwres library. 2. Fix the path in various files to say /etc/namedb/ instead of just /etc. 3. Correctly install the conf file man pages for named and rndc.
Diffstat (limited to 'usr.bin/nsupdate')
-rw-r--r--usr.bin/nsupdate/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index b8bd758..ea01287 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -19,4 +19,6 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= nsupdate.8
+MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud