diff options
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 75c2603b544c..1b6f06641080 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -144,7 +144,7 @@ named_pidfile="/var/run/named/pid" # Pid file 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 /var/run/named.pid and /var/run/ndc +named_symlink_enable="YES" # Symlink ${named_pidfile} and /var/run/ndc # to their chrooted counterparts. # |
