From owner-cvs-all@FreeBSD.ORG Fri Oct 12 00:41:08 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 30F3916A419; Fri, 12 Oct 2007 00:41:08 +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 E22A513C45B; Fri, 12 Oct 2007 00:41:07 +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 l9C0f7A9052300; Thu, 11 Oct 2007 17:41:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9C0f7ge052299; Thu, 11 Oct 2007 17:41:07 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 17:41:06 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20071012004106.GA52258@dragon.NUXI.org> References: <902.1192082681@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <902.1192082681@critter.freebsd.dk> 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, des@FreeBSD.org, src-committers@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 Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 00:41:08 -0000 On Thu, Oct 11, 2007 at 06:04:41AM +0000, Poul-Henning Kamp wrote: > I originally added /etc/rc.early to have a way to do things that > needed to happen before fsck, such as arming watchdogs, tweaking > drive parameters or get crypto key material necessary for filesystem > access. > > None of these things seems necessary today. As I mentioned in another email - it is tweaking drive parameters that I needed it in one case. That it seems necessary may mean I'm missing the currently intended way - what would that be? -- -- David (obrien@FreeBSD.org)