diff options
author | dougb <dougb@FreeBSD.org> | 2008-08-01 05:15:54 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-08-01 05:15:54 +0000 |
commit | 97559f39b46b9c5f75a34b9fdda54e6bf49a8886 (patch) | |
tree | 4b6cdc841affbb33a0e3619dc1a2a1a0ac0b65e4 | |
parent | 2496625e178d08381122840d5dc1186383a0a6e3 (diff) | |
download | FreeBSD-src-97559f39b46b9c5f75a34b9fdda54e6bf49a8886.zip FreeBSD-src-97559f39b46b9c5f75a34b9fdda54e6bf49a8886.tar.gz |
Add the -c option for named_flags (still commented out) that is
relevant for ports users, and change the comment to match.
While I'm here fix the capitalization of the named_program comment.
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 357c45e..0d48249 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -234,8 +234,8 @@ inetd_flags="-wW -C 60" # Optional flags to inetd # details. # named_enable="NO" # Run named, the DNS server (or NO). -named_program="/usr/sbin/named" # path to named, if you want a different one. -#named_flags="" # Flags for named +named_program="/usr/sbin/named" # Path to named, if you want a different one. +#named_flags="-c /etc/namedb/named.conf" # Uncomment for named not in /usr/sbin named_pidfile="/var/run/named/pid" # Must set this in named.conf as well named_uid="bind" # User to run named as named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it) |