From owner-cvs-all@FreeBSD.ORG Mon Dec 19 10:57:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C3716A41F; Mon, 19 Dec 2005 10:57:03 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172F843D6B; Mon, 19 Dec 2005 10:57:02 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBJAv1df082246; Mon, 19 Dec 2005 10:57:01 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBJAv1Fb082245; Mon, 19 Dec 2005 10:57:01 GMT (envelope-from dougb) Message-Id: <200512191057.jBJAv1Fb082245@repoman.freebsd.org> From: Doug Barton Date: Mon, 19 Dec 2005 10:57:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d abi cleanvar cleartmp src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 10:57:03 -0000 dougb 2005-12-19 10:57:00 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d abi cleanvar cleartmp share/man/man5 rc.conf.5 Log: Clear up problems with /etc/rc.d/{abi|cleanvar|cleartmp} brought to light by the PR. Specifically, convert these three scripts into good rc.d citizens, making sure that their functionality is preserved, but the rc.d framework rules are not broken. Add support for cleanvar as a regular rc.d script in the default rc.conf, and document this in the man page. Add a descriptive comment to rc.conf that regarding the three emulation/compatibility services provided by abi so users will not be confused by these services not having their own startup scripts. PR: conf/84574 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.268 +4 -0 src/etc/defaults/rc.conf 1.5 +19 -20 src/etc/rc.d/abi 1.11 +36 -16 src/etc/rc.d/cleanvar 1.13 +12 -11 src/etc/rc.d/cleartmp 1.274 +6 -1 src/share/man/man5/rc.conf.5