summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
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.sbin/named
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.sbin/named')
-rw-r--r--usr.sbin/named/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 820b7fd..d061544 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -27,7 +27,10 @@ CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR}
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN= named.8 lwresd.8 named.conf.5
+MAN5= named.conf.5
+MAN8= named.8 lwresd.8
+
+MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
LINKS= ${BINDIR}/named ${BINDIR}/lwresd
OpenPOWER on IntegriCloud