aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-09-24 16:13:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-09-24 16:13:55 +0000
commit8dee269791b4f8da924c84cab0e7590cd7628d60 (patch)
tree27d063a9ae9cee699c7c4bf5fdc0f1960abf2128 /etc
parentf6bcadc4fc7be8563d0427326763d88e35964871 (diff)
downloadsrc-8dee269791b4f8da924c84cab0e7590cd7628d60.tar.gz
src-8dee269791b4f8da924c84cab0e7590cd7628d60.zip
Reconnect namedb. While it may not be optimal, our old named.conf from
BIND 8 is quite usable for BIND 9.
Notes
Notes: svn path=/head/; revision=135747
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1bc53a8dbb88..e7cea56dc75f 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 \