diff options
author | ben <ben@FreeBSD.org> | 2001-01-16 20:57:18 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-01-16 20:57:18 +0000 |
commit | 9ccd2574f65031962a06b16344e989810629cfea (patch) | |
tree | a62c18eaa8fc9a65e31bfc4dbd9efbfea2d04ff6 /etc | |
parent | 912ac1b805d41a0bb8c087e342021b49ceded32e (diff) | |
download | FreeBSD-src-9ccd2574f65031962a06b16344e989810629cfea.zip FreeBSD-src-9ccd2574f65031962a06b16344e989810629cfea.tar.gz |
FreeBSD doesn't run named in a sandbox by default, so change a comment so it
doesn't imply we do.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/namedb/named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 419059d..f153e39 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -89,7 +89,7 @@ zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" { // NB: Don't blindly enable the examples below. :-) Use actual names // and addresses instead. // -// NOTE!!! FreeBSD runs bind in a sandbox (see named_flags in rc.conf). +// NOTE!!! FreeBSD can run bind in a sandbox (see named_flags in rc.conf). // The directory containing the secondary zones must be write accessible // to bind. The following sequence is suggested: // |