Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc We don't have a bind4.
details: https://anonhg.NetBSD.org/src/rev/bc18686bb40c
branches: trunk
changeset: 481677:bc18686bb40c
user: veego <veego%NetBSD.org@localhost>
date: Thu Feb 03 17:51:51 2000 +0000
description:
We don't have a bind4.
diffstat:
etc/Makefile | 13 +++----------
etc/namedb/named.boot | 20 --------------------
2 files changed, 3 insertions(+), 30 deletions(-)
diffs (65 lines):
diff -r a4c947d877cd -r bc18686bb40c etc/Makefile
--- a/etc/Makefile Thu Feb 03 17:42:01 2000 +0000
+++ b/etc/Makefile Thu Feb 03 17:51:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 1999/12/13 10:19:32 christos Exp $
+# $NetBSD: Makefile,v 1.130 2000/02/03 17:51:51 veego Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -20,8 +20,6 @@
# before kernel compile
# NO_SENDMAIL is normally undefined; if defined, it will not do a
# `make distribution' in the sendmail config file source directory.
-# USE_BIND4 is normally unset; if set, it will install a named.boot
-# instead of a named.conf in etc/namedb.
# EXTRA_KERNELS has a machine-dependent list of kernels to build added
# to it, but you may also set this to have extra ones built.
# BUILD_KERNELS are a machine-dependent list of kernels that should just
@@ -38,7 +36,7 @@
# stuff for this target is found in etc.${MACHINE}/Makefile.inc.
# release: a synonym for `snapshot'
-# XXX: For NO_SENDMAIL, USE_BIND4 and INSTPRIV
+# XXX: For NO_SENDMAIL and INSTPRIV
.include <bsd.own.mk>
TZDIR= /usr/share/zoneinfo
@@ -102,12 +100,7 @@
# -rw-------
BIN3+= hosts.equiv
-NAMEDB= 127 root.cache
-.ifdef USE_BIND4
-NAMEDB+= named.boot
-.else
-NAMEDB+= named.conf
-.endif
+NAMEDB= 127 root.cache named.conf
PCS= pcs750.bin
all clean cleandir depend distclean etc includes install lint:
diff -r a4c947d877cd -r bc18686bb40c etc/namedb/named.boot
--- a/etc/namedb/named.boot Thu Feb 03 17:42:01 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-; $NetBSD: named.boot,v 1.5 1999/01/22 01:41:19 mycroft Exp $
-; from @(#)named.boot 8.1 (Berkeley) 6/9/93
-
-; boot file for secondary name server
-; Note that there should be one primary entry for each SOA record.
-
-directory /etc/namedb
-
-; type domain source host/file backup file
-
-cache . root.cache
-primary 127.IN-ADDR.ARPA 127
-
-; example secondary server config:
-; secondary Berkeley.EDU 128.32.130.11 128.32.133.1 berkeley.edu.cache
-; secondary 32.128.IN-ADDR.ARPA 128.32.130.11 128.32.133.1 128.32.bak
-
-; example primary server config:
-; primary Berkeley.EDU berkeley.edu
-; primary 32.128.IN-ADDR.ARPA 128.32
Home |
Main Index |
Thread Index |
Old Index