summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2007-12-16 21:34:57 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2007-12-16 21:34:57 +0000
commite3decd7d9fd3045a82bf2b50e1c532e53e343e91 (patch)
tree20225a553fdac9296b114e541cbe669e69dca2e2 /etc/Makefile
parentf1f1110d953f09c74f1fb075a2148face21acec4 (diff)
remove localhost. zone (localhost. queries are handled by /etc/hosts)
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ac1a1161fba..9a303882c0e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.256 2007/12/07 17:13:35 deraadt Exp $
+# $OpenBSD: Makefile,v 1.257 2007/12/16 21:34:56 jakob Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -169,14 +169,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/named/etc/named.conf; \
${INSTALL} -c -o root -g named -m 640 named-*.conf \
${DESTDIR}/var/named/etc; \
- ${INSTALL} -c -o root -g wheel -m 644 db.localhost \
- ${DESTDIR}/var/named/standard/localhost; \
- ${INSTALL} -c -o root -g wheel -m 644 db.loopback \
- ${DESTDIR}/var/named/standard/loopback; \
- ${INSTALL} -c -o root -g wheel -m 644 db.loopback6.arpa \
- ${DESTDIR}/var/named/standard/loopback6.arpa; \
${INSTALL} -c -o root -g wheel -m 644 root.hint \
- ${DESTDIR}/var/named/standard; \
+ ${DESTDIR}/var/named/etc; \
/bin/rm -f ${DESTDIR}/etc/localtime
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
/bin/rm -f ${DESTDIR}/etc/rmt