1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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.
This commit is contained in:
Doug Barton 2008-08-01 05:15:54 +00:00
parent 67cbc11594
commit d25761ca5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181113

View File

@ -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)