From owner-cvs-src@FreeBSD.ORG Wed Oct 10 16:26:15 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 DD81E16A420; Wed, 10 Oct 2007 16:26:15 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id A86A413C48D; Wed, 10 Oct 2007 16:26:15 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l9AGQCXl012369; Wed, 10 Oct 2007 09:26:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9AGQBmZ012368; Wed, 10 Oct 2007 09:26:11 -0700 (PDT) (envelope-from obrien) Date: Wed, 10 Oct 2007 09:26:11 -0700 From: "David O'Brien" To: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Message-ID: <20071010162611.GA12085@dragon.NUXI.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <86hckzgthr.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86hckzgthr.fsf@ds4.des.no> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) 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 Reply-To: obrien@FreeBSD.org 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 16:26:16 -0000 On Wed, Oct 10, 2007 at 12:21:36PM +0200, Dag-Erling Smrgrav wrote: > "David O'Brien" writes: > > On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > > > Modified files: > > > etc/rc.d early.sh > > > Log: > > > Deprecate use of the early.sh script as advertised when the support for > > > 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. Oh my, you're right. It was a localism I added back from when it was removed in rc rev. 1.329. > 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. Agreed - thats why I manually put it back in /etc/rc. -- -- David (obrien@FreeBSD.org)