summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-24 04:45:16 +0000
committerdougb <dougb@FreeBSD.org>2004-09-24 04:45:16 +0000
commit4a53309170ee73e98625970d45a4504e754cab03 (patch)
tree897750cc32ab9c36ab99f490889c7113de981f48 /etc
parentff6d580efcaa4425f8939c9a6ec0da3977ec1d58 (diff)
downloadFreeBSD-src-4a53309170ee73e98625970d45a4504e754cab03.zip
FreeBSD-src-4a53309170ee73e98625970d45a4504e754cab03.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6fbdf28..b612958 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -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
OpenPOWER on IntegriCloud