Convert from using old root.cache to new named.root

This commit is contained in:
rgrimes 1995-03-23 08:43:07 +00:00
parent 27ea4307f3
commit 213ba8a699
4 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,3 +1,4 @@
; $Id$
;
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers

View File

@ -123,7 +123,7 @@ directory /usr/local/adm/named
.ta \w'forwarders\ 'u +\w'6.32.128.IN-ADDR.ARPA\ 'u +\w'128.32.137.8 128.32.137.3\ 'u
; type domain source host/file backup file
cache . root.cache
cache . named.root
primary Berkeley.EDU berkeley.edu.zone
primary 32.128.IN-ADDR.ARPA ucbhosts.rev
secondary CC.Berkeley.EDU 128.32.137.8 128.32.137.3 cc.zone.bak
@ -139,12 +139,12 @@ The ``directory'' line causes the server to change its working directory to
the directory specified. This can be important for the correct processing
of \s-1$INCLUDE\s+1 files in primary zone files.
.LP
The ``cache'' line specifies that data in ``root.cache'' is to be placed in
The ``cache'' line specifies that data in ``named.root'' is to be placed in
the backup cache. Its main use is to specify data such as locations of root
domain servers. This cache is not used during normal operation, but is used
as ``hints'' to find the current root servers. The file ``root.cache'' is
as ``hints'' to find the current root servers. The file ``named.root'' is
in the same format as ``berkeley.edu.zone''. There can be more than one
``cache'' file specified. The ``root.cache'' file should be retrieved
``cache'' file specified. The ``named.root'' file should be retrieved
periodically from \s-1FTP.RS.INTERNIC.NET\s+1 since it contains a list of
root servers, and this list changes periodically.
.LP