summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-04-23 04:26:31 +0000
committerdougb <dougb@FreeBSD.org>2011-04-23 04:26:31 +0000
commitd05cc95927280821298e08e1be9fe78cc987ad6c (patch)
tree19cd95ff052dd0f9ab092912f12efc9fa1559f6b /share
parent44325abfea7570a22af7a54f3a32c64fa462744f (diff)
downloadFreeBSD-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 'share')
-rw-r--r--share/man/man5/rc.conf.59
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 6ff9c38..ff731dd 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2011
+.Dd April 22, 2011
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -1832,13 +1832,6 @@ is set to
.Dq Li YES ,
these are the flags to pass to
.Xr named 8 .
-.It Va named_pidfile
-.Pq Vt str
-This is the default path to the
-.Xr named 8
-daemon's PID file.
-This must match the location in
-.Xr named.conf 5 .
.It Va named_uid
.Pq Vt str
The user that the
OpenPOWER on IntegriCloud