From owner-cvs-src-old@FreeBSD.ORG Sat Apr 23 04:30:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8497E1065670 for ; Sat, 23 Apr 2011 04:30:05 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69C2C8FC0A for ; Sat, 23 Apr 2011 04:30:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3N4U5p9037175 for ; Sat, 23 Apr 2011 04:30:05 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3N4U5xV037174 for cvs-src-old@freebsd.org; Sat, 23 Apr 2011 04:30:05 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201104230430.p3N4U5xV037174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Sat, 23 Apr 2011 04:26:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2011 04:30:05 -0000 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