diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-02 19:59:24 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-02 19:59:24 +0000 |
commit | 56a5135adc2d6b8ecd67ae34e6ec5a86290f5ae3 (patch) | |
tree | 3f7028000e3942b5524cfb8782f263bcd995afa5 /etc/namedb | |
parent | a9a95cffaf01b342508c7493b99b29671571917e (diff) | |
download | FreeBSD-src-56a5135adc2d6b8ecd67ae34e6ec5a86290f5ae3.zip FreeBSD-src-56a5135adc2d6b8ecd67ae34e6ec5a86290f5ae3.tar.gz |
Since we do not pre-create /etc/namedb/s, add additional documentation
to the comments in named.conf to describe to the user how to create it.
(named.conf does not use /etc/namedb/s by default anyway so us not
pre-created it in the mtree does not hurt us terribly).
Diffstat (limited to 'etc/namedb')
-rw-r--r-- | etc/namedb/named.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 6d86859..7759725 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,4 +1,4 @@ -// $Id: named.conf,v 1.2 1998/05/11 11:26:28 peter Exp $ +// $Id: named.conf,v 1.3 1998/12/01 21:36:33 dillon Exp $ // // Refer to the named(8) man page for details. If you are ever going // to setup a primary server, make sure you've understood the hairy @@ -80,7 +80,11 @@ zone "0.0.127.IN-ADDR.ARPA" { // // NOTE!!! FreeBSD runs bind in a sandbox (see named_flags in rc.conf). // The directory containing the secondary zones must be write accessible -// to bind. +// to bind. The following sequence is suggested: +// +// mkdir /etc/namedb/s +// chown bind.bind /etc/namedb/s +// chmod 750 /etc/namedb/s /* zone "domain.com" { |