Date: Sat, 23 Apr 2011 04:26:31 +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 src/share/man/man5 rc.conf.5 Message-ID: <201104230430.p3N4U5xV037174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-04-23 04:26:31 UTC FreeBSD src repository Modified files: etc rc.subr etc/defaults rc.conf etc/rc.d devd named share/man/man5 rc.conf.5 Log: SVN rev 220962 on 2011-04-23 04:26:31Z by dougb 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. Revision Changes Path 1.387 +0 -1 src/etc/defaults/rc.conf 1.14 +12 -1 src/etc/rc.d/devd 1.36 +17 -1 src/etc/rc.d/named 1.108 +39 -0 src/etc/rc.subr 1.392 +1 -8 src/share/man/man5/rc.conf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104230430.p3N4U5xV037174>