aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-23 08:43:07 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-23 08:43:07 +0000
commitecdb980f93ed7a7da7758cf15640b3d9c16af371 (patch)
treecbfdb452e77955752b1e5767eb091ca7b1f10495 /usr.sbin/named
parentfa535a53dd6e948fd8a633cd88f52fe2f50d6d71 (diff)
downloadsrc-ecdb980f93ed7a7da7758cf15640b3d9c16af371.tar.gz
src-ecdb980f93ed7a7da7758cf15640b3d9c16af371.zip
Convert from using old root.cache to new named.root
Notes
Notes: svn path=/head/; revision=7273
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/named.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/named/named.8 b/usr.sbin/named/named.8
index 48b7674eb445..583a403f1abe 100644
--- a/usr.sbin/named/named.8
+++ b/usr.sbin/named/named.8
@@ -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