diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-03 16:06:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-03 16:06:31 +0000 |
commit | 639663bcd21d22a59ee20b0a31fa101a5f303c5a (patch) | |
tree | 811c731980035d1188547dd77fd1aa10700f0095 /etc | |
parent | fb99f1565f504b10dfd4c2ca1d2e4ae4883a16f4 (diff) |
Remove chroot directive as the meaning of that has changed and the
example no longer makese sense. Change directory to '/' since we
chroot by default with a comment telling people what the deal is.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/namedb/named.boot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot index 6dbce46ce36..7fbfb532176 100644 --- a/etc/namedb/named.boot +++ b/etc/namedb/named.boot @@ -3,9 +3,10 @@ ; boot file for secondary name server ; Note that there should be one primary entry for each SOA record. -sortlist 128.3.0.0 - -directory /var/named +; NOTE: if you are not chroot'ing named, change directory to /var/named +; OpenBSD chroot's named by default +;directory /var/named +directory / ; type domain source host/file backup file |