Date: Fri, 29 Apr 2011 20:31:52 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d devd named Message-ID: <201104292032.p3TKWEBJ043122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-04-29 20:31:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
etc rc.subr
etc/defaults rc.conf
etc/rc.d devd named
Log:
SVN rev 221221 on 2011-04-29 20:31:52Z by dougb
MFC r216744 for rc.d/devd:
Add pidfile [1]
While I'm here, don't run the sysctl frob unconditionally, and
s/sysctl/$SYSCTL/
MFC r220962:
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.
MFC r220963:
Improve the error handling for the new get_pidfile_from_conf()
Revision Changes Path
1.358.2.17 +0 -1 src/etc/defaults/rc.conf
1.11.2.2 +22 -5 src/etc/rc.d/devd
1.31.2.5 +17 -1 src/etc/rc.d/named
1.88.2.16 +43 -0 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104292032.p3TKWEBJ043122>
