From owner-cvs-all@FreeBSD.ORG Thu Oct 11 17:38:32 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 AFD3616A41A; Thu, 11 Oct 2007 17:38:32 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.freebsd.org (Postfix) with ESMTP id 3A08713C45B; Thu, 11 Oct 2007 17:38:31 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id ABA1033CBC; Thu, 11 Oct 2007 19:13:38 +0200 (SAST) Date: Thu, 11 Oct 2007 19:13:38 +0200 From: John Hay To: Doug Barton Message-ID: <20071011171338.GA31338@zibbi.meraka.csir.co.za> 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.4.2.1i Cc: Dag-Erling Sm?rgrav , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien , cvs-src@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: Thu, 11 Oct 2007 17:38:32 -0000 > > >This is precisely why we have rc.early and rc.local: so people who have > >special (perhaps one-off) needs can do special (perhaps one-off) things > >without jumping through too many hoops. > > 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. Well I use it (/etc/rc.early) here for our wireless routers because it runs early enough that one can twiddle things in time for the rest of the network rc stuff to pick it up. It is nice to have it, but not a big deal if it does go away. I will just add it locally. :-) About the danger side of it, I'm not sure we should worry about it too much. On a "normal" machine only root can create/edit /etc/rc.early and there are many other ways root can kill his box. John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org