From owner-cvs-src@FreeBSD.ORG Mon Oct 11 08:08:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4428216A4CE for ; Mon, 11 Oct 2004 08:08:46 +0000 (GMT) Received: from tirith.elendil.ru (tirith.elendil.ru [195.68.151.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EF9B43D3F for ; Mon, 11 Oct 2004 08:08:45 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 44627 invoked from network); 11 Oct 2004 08:08:30 -0000 Received: from narsil.elendil.ru ([10.19.72.1]) by tirith.elendil.ru ([10.19.72.4]) with SMTP via TCP; 11 Oct 2004 08:08:30 -0000 Received: (qmail 32089 invoked by uid 1001); 11 Oct 2004 08:07:24 -0000 Date: Mon, 11 Oct 2004 12:07:24 +0400 From: Sergei Kolobov To: cvs-src@FreeBSD.org Message-ID: <20041011080724.GK694@elendil.ru> Mail-Followup-To: cvs-src@FreeBSD.org References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> <20041009083519.GA84548@dragon.nuxi.com> <20041009183217.GJ84228@lucky.net> <41683D43.4020403@gamersimpact.com> <20041010081947.GA61957@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010081947.GA61957@zibbi.icomtek.csir.co.za> User-Agent: Mutt/1.5.6i Subject: Re: What we keep under /etc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 11 Oct 2004 08:08:46 -0000 On 2004-10-10 at 10:19 +0200, John Hay wrote: > While /usr/local/etc/rc.d works ok for a lot of things, it doesn't work > well for everything that one might want to add because it is only run > very late in the boot order. To be able to have something run somewhere > in the beginning, say before the NETWORKING phase, you have to add it > to /etc/rc.d, except if we add something like /etc/local.rc.d and also > add it to /etc/rc so that rcorder use both simultaneously, something > like 'rcorder ... /etc/rc.d/* /etc/local.rc.d/*'. I was wondering about this one, too. Is there any problem with this approach? Sergei