From 3fe60073ff63db1d6dc640928a53105d35a80da4 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 24 Sep 2004 19:46:18 +0000 Subject: It's named.pid, not named/pid. Pointy hat to: dougb@ --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index b612958..6a9fd0e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -163,7 +163,7 @@ 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" # Must set this in named.conf as well +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. -- cgit v1.1