summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-24 22:47:10 +0000
committerdougb <dougb@FreeBSD.org>2004-09-24 22:47:10 +0000
commit3cd959aedd64d8feca8dfea907c8b7ad6f1c191d (patch)
tree3df20e93a9a7e2b8f0c91459565a3a1b4177c6ea /etc
parentfd095ca48d37e5ab204d6aa1e65c767330c028ec (diff)
downloadFreeBSD-src-3cd959aedd64d8feca8dfea907c8b7ad6f1c191d.zip
FreeBSD-src-3cd959aedd64d8feca8dfea907c8b7ad6f1c191d.tar.gz
For the default FreeBSD install, the file path actually is
/var/run/named/pid. This is done so that named can start with -u bind and still dump a pid file in that directory, which is chowned to user bind.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6a9fd0e..b612958 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.
OpenPOWER on IntegriCloud