diff options
author | des <des@FreeBSD.org> | 2004-09-24 19:46:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-09-24 19:46:18 +0000 |
commit | 3fe60073ff63db1d6dc640928a53105d35a80da4 (patch) | |
tree | f882a86de3022e6d7868c595275da83f69e99a52 | |
parent | 11511d9ece7e8677fb0945bd8948ca65fed58cc3 (diff) | |
download | FreeBSD-src-3fe60073ff63db1d6dc640928a53105d35a80da4.zip FreeBSD-src-3fe60073ff63db1d6dc640928a53105d35a80da4.tar.gz |
It's named.pid, not named/pid.
Pointy hat to: dougb@
-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 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. |