From owner-cvs-all@FreeBSD.ORG Tue Oct 30 21:57:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D443316A469; Tue, 30 Oct 2007 21:57:58 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7E60E13C4B0; Tue, 30 Oct 2007 21:57:58 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix1-g20.free.fr (Postfix) with ESMTP id 0F0E41D1857A; Tue, 30 Oct 2007 22:26:33 +0100 (CET) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id BEB253F61A5; Tue, 30 Oct 2007 22:26:32 +0100 (CET) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id AE1833F61A0; Tue, 30 Oct 2007 22:26:32 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 9BB959B497; Tue, 30 Oct 2007 21:25:49 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 87A60405B; Tue, 30 Oct 2007 22:25:49 +0100 (CET) Date: Tue, 30 Oct 2007 22:25:49 +0100 From: Jeremie Le Hen To: Doug Barton Message-ID: <20071030212549.GK78526@obiwan.tataz.chchile.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> <86odf615j2.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh 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: Tue, 30 Oct 2007 21:57:58 -0000 Doug, Sorry for the late reply. On Thu, Oct 11, 2007 at 08:58:25AM -0700, Doug Barton wrote: > No one is suggesting removing rc.local, and I would vigorously oppose doing > so. > > As I said in my last message, if users respond to the deprecation warning > with a request not to remove it, we can convert it to being a regular rc.d > script. That way it's only a little dangerous instead of being super > dangerous and potentially fatal. Letting appart the fact that you consider early.sh as a hack, it may still be quite useful as other posts in this thread have shown. What do you think of something like this: /etc/defaults/rc.conf: % inline_early=NO /etc/rc.d/early.sh % if checkyesno inline_early; then % . /etc/rc.early % else % (. /etc/rc.early) % fi Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >