aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-24 04:45:16 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-24 04:45:16 +0000
commit7295f657e220f5f45d0f1c3be9ed82eb1dc28097 (patch)
tree897750cc32ab9c36ab99f490889c7113de981f48 /etc/defaults/rc.conf
parent8da69dadbe1151fff2e3d73725d8999dc63061d3 (diff)
downloadsrc-7295f657e220f5f45d0f1c3be9ed82eb1dc28097.tar.gz
src-7295f657e220f5f45d0f1c3be9ed82eb1dc28097.zip
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.
Notes
Notes: svn path=/head/; revision=135701
Diffstat (limited to 'etc/defaults/rc.conf')
-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 6fbdf2865eec..b61295820e9c 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