Date: Fri, 29 Apr 2011 20:44:39 +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: <201104292044.p3TKioXt044422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-04-29 20:44:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
etc rc.subr
etc/defaults rc.conf
etc/rc.d devd named
Log:
SVN rev 221222 on 2011-04-29 20:44:39Z 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.318.2.26 +0 -1 src/etc/defaults/rc.conf
1.10.2.2 +22 -5 src/etc/rc.d/devd
1.26.2.7 +17 -1 src/etc/rc.d/named
1.77.2.12 +42 -0 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104292044.p3TKioXt044422>
