diff options
author | cjc <cjc@FreeBSD.org> | 2001-12-03 08:05:52 +0000 |
---|---|---|
committer | cjc <cjc@FreeBSD.org> | 2001-12-03 08:05:52 +0000 |
commit | 765a22d46d6ac6fb2cc1a6ca2a6ea6a7ae721bce (patch) | |
tree | 8e49a5c848945edf88cc795d1e86c319b6287e18 /etc | |
parent | f02533b30291767063d2809a062a6a3c21ab4bc5 (diff) | |
download | FreeBSD-src-765a22d46d6ac6fb2cc1a6ca2a6ea6a7ae721bce.zip FreeBSD-src-765a22d46d6ac6fb2cc1a6ca2a6ea6a7ae721bce.tar.gz |
The named.conf file should refer to named.conf(5) in addition to
named(8) in the comments.
PR: 32459
Submitted by: "Gary W. Swearingen" <swear@blarg.net>
MFC after: 2 days
Diffstat (limited to 'etc')
-rw-r--r-- | etc/namedb/named.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 89cf388..15a5052 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,10 +1,10 @@ // $FreeBSD$ // -// 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 -// details of how DNS is working. Even with simple mistakes, you can -// break connectivity for affected parties, or cause huge amount of -// useless Internet traffic. +// Refer to the named.conf(5) and named(8) man pages for details. If +// you are ever going to setup a primary server, make sure you've +// understood the hairy details of how DNS is working. Even with +// simple mistakes, you can break connectivity for affected parties, +// or cause huge amount of useless Internet traffic. options { directory "/etc/namedb"; |