diff options
author | des <des@FreeBSD.org> | 2004-09-24 16:13:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-09-24 16:13:55 +0000 |
commit | 8bda6a04d24c5175a9578c97ad9ab4c08034aa7b (patch) | |
tree | 27d063a9ae9cee699c7c4bf5fdc0f1960abf2128 /etc | |
parent | 2e3453ac225b84d2153ab5eeee1db3f69d527b27 (diff) | |
download | FreeBSD-src-8bda6a04d24c5175a9578c97ad9ab4c08034aa7b.zip FreeBSD-src-8bda6a04d24c5175a9578c97ad9ab4c08034aa7b.tar.gz |
Reconnect namedb. While it may not be optimal, our old named.conf from
BIND 8 is quite usable for BIND 9.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 1bc53a8..e7cea56 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -114,10 +114,8 @@ distribution: ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${MTREE} ${DESTDIR}/etc/mtree -.if 0 cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${NAMEDB} ${DESTDIR}/etc/namedb -.endif cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ ${PPPCNF} ${DESTDIR}/etc/ppp cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ |