From owner-cvs-src@FreeBSD.ORG Wed Oct 10 10:21:52 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A71016A49E; Wed, 10 Oct 2007 10:21:52 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4BA13C4A8; Wed, 10 Oct 2007 10:21:51 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 1618220BB; Wed, 10 Oct 2007 12:21:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id F3F6D20AE; Wed, 10 Oct 2007 12:21:36 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D9F348448D; Wed, 10 Oct 2007 12:21:36 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: obrien@FreeBSD.org References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> Date: Wed, 10 Oct 2007 12:21:36 +0200 In-Reply-To: <20071010002930.GA91077@dragon.NUXI.org> (David O'Brien's message of "Tue\, 9 Oct 2007 17\:29\:30 -0700") Message-ID: <86hckzgthr.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 10:21:52 -0000 "David O'Brien" writes: > On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > > Modified files: > > etc/rc.d early.sh=20 > > Log: > > Deprecate use of the early.sh script as advertised when the support f= or > > local rc.d scripts in the overall boot order was added. > ". /etc/rc.early" in /etc/rc will stay? Correct? There is no ". /etc/rc.early" in /etc/rc; /etc/rc.early is run by /etc/rc.d/early.sh. I must confess I don't really see the point of this change. Yes, people can write rc.d scripts instead, but not (by far) as easily as they can add a line or two to rc.early. If the problem is that rc.early is sourced by early.sh which is sourced by rc, simply rename early.sh to early so it runs in a subshell instead. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no