diff options
author | dougb <dougb@FreeBSD.org> | 2004-09-26 06:36:11 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-09-26 06:36:11 +0000 |
commit | 5887a0ecf4a9e57176e0f270ef586dc13d52bf3c (patch) | |
tree | fc86b12eadcff44c948ecbc085153e61681ac554 /usr.sbin/named-checkconf | |
parent | b10a387be5ebb75e825368b1d46b14ceab509524 (diff) | |
download | FreeBSD-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-checkconf')
-rw-r--r-- | usr.sbin/named-checkconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/named-checkconf/Makefile b/usr.sbin/named-checkconf/Makefile index 6a48669..8728b4a 100644 --- a/usr.sbin/named-checkconf/Makefile +++ b/usr.sbin/named-checkconf/Makefile @@ -19,4 +19,6 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} MAN= named-checkconf.8 +MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" + .include <bsd.prog.mk> |