From bd64f29b37353a0e8c131a76eaa6e512ec60c262 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 26 Sep 2004 06:36:11 +0000 Subject: 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. --- usr.bin/nsupdate/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile index b8bd758817482..ea0128759a5ad 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 -- cgit v1.3