Add a note to indicate that the path set in named_pidfile must

also be set in named.conf. Our default named.conf has this already.

Update the note for named_symlink_enable to indicate that ndc is gone.
This commit is contained in:
Doug Barton 2004-09-24 04:45:16 +00:00
parent 8da69dadbe
commit 7295f657e2

View File

@ -163,12 +163,11 @@ inetd_flags="-wW -C 60" # Optional flags to inetd
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="-u bind" # Flags for named
named_pidfile="/var/run/named/pid" # Pid file
named_pidfile="/var/run/named/pid" # Must set this in named.conf as well
named_chrootdir="" # Chroot directory (or "" not to auto-chroot it)
named_chroot_autoupdate="YES" # Automatically install/update chrooted
# components of named. See /etc/rc.d/named.
named_symlink_enable="YES" # Symlink ${named_pidfile} and /var/run/ndc
# to their chrooted counterparts.
named_symlink_enable="YES" # Symlink the chrooted pid file
#
# kerberos. Do not run the admin daemons on slave servers