summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rndc
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/rndc
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/rndc')
-rw-r--r--usr.sbin/rndc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile
index d236b5d..c411122 100644
--- a/usr.sbin/rndc/Makefile
+++ b/usr.sbin/rndc/Makefile
@@ -20,6 +20,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= rndc.8 rndc.conf.5
+MAN5= rndc.conf.5
+MAN8= rndc.8
+
+MANFILTER= sed -e "s@/etc/rndc\.conf@/etc/namedb/rndc.conf@g" \
+ -e "s@/etc/rndc\.key@/etc/namedb/rndc.key@g"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud