diff options
author | dougb <dougb@FreeBSD.org> | 2011-04-23 04:26:31 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-04-23 04:26:31 +0000 |
commit | d05cc95927280821298e08e1be9fe78cc987ad6c (patch) | |
tree | 19cd95ff052dd0f9ab092912f12efc9fa1559f6b /etc/defaults | |
parent | 44325abfea7570a22af7a54f3a32c64fa462744f (diff) | |
download | FreeBSD-src-d05cc95927280821298e08e1be9fe78cc987ad6c.zip FreeBSD-src-d05cc95927280821298e08e1be9fe78cc987ad6c.tar.gz |
Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds
like, determines the path to a pid file as it is specified in a conf file.
Use the new feature for rc.d/named and rc.d/devd, the 2 services in the
base that list their pid files in their conf files.
Remove the now-obsolete named_pidfile, and warn users if they have it set.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 42722b9..51fdf25 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -274,7 +274,6 @@ 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_conf="/etc/namedb/named.conf" # Path to the configuration file #named_flags="" # Use this for flags OTHER than -u and -c -named_pidfile="/var/run/named/pid" # Must set this in named.conf as well named_uid="bind" # User to run named as named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it) named_chroot_autoupdate="YES" # Automatically install/update chrooted |