summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-23 08:43:07 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-23 08:43:07 +0000
commit541129ef5cba3d394b351a2cca82a3b486fe979d (patch)
treecbfdb452e77955752b1e5767eb091ca7b1f10495 /etc
parentab6891174de74257413cd4e58d832397ff933028 (diff)
downloadFreeBSD-src-541129ef5cba3d394b351a2cca82a3b486fe979d.zip
FreeBSD-src-541129ef5cba3d394b351a2cca82a3b486fe979d.tar.gz
Convert from using old root.cache to new named.root
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/namedb/named.boot4
-rw-r--r--etc/namedb/named.root1
3 files changed, 5 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 06c8d1e..56d3ec5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.107 1995/03/18 07:01:53 rgrimes Exp $
+# $Id: Makefile,v 1.108 1995/03/21 16:44:02 wollman Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -36,7 +36,7 @@ NEWFS= newfs -b 4096 -c 80 -f 512 -m 0 -o space -u 0 -t 0
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
-NAMEDB= PROTO.localhost.rev named.boot root.cache make-localhost
+NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \
ppp.linkup.sample ppp.secret.sample
PCS= pcs750.bin
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot
index 8e82f9c..62eacbe 100644
--- a/etc/namedb/named.boot
+++ b/etc/namedb/named.boot
@@ -1,4 +1,4 @@
-; $Id$
+; $Id: named.boot,v 1.2 1993/11/07 00:58:34 wollman Exp $
; From: @(#)named.boot 5.1 (Berkeley) 6/30/90
; boot file for secondary name server
@@ -11,7 +11,7 @@ directory /etc/namedb
; type domain source host/file backup file
-cache . root.cache
+cache . named.root
primary 0.0.127.IN-ADDR.ARPA localhost.rev
; example secondary server config:
diff --git a/etc/namedb/named.root b/etc/namedb/named.root
index 0f2262a..22f6028 100644
--- a/etc/namedb/named.root
+++ b/etc/namedb/named.root
@@ -1,3 +1,4 @@
+; $Id$
;
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
OpenPOWER on IntegriCloud