From owner-freebsd-rc@FreeBSD.ORG Tue Jul 11 17:18:38 2006 Return-Path: X-Original-To: rc@freebsd.org Delivered-To: freebsd-rc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE4916A4DD for ; Tue, 11 Jul 2006 17:18:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 4894043D45 for ; Tue, 11 Jul 2006 17:18:38 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 1483 invoked by uid 399); 11 Jul 2006 17:18:37 -0000 Received: from localhost (HELO ?192.168.0.7?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 11 Jul 2006 17:18:37 -0000 Message-ID: <44B3DD71.5090607@FreeBSD.org> Date: Tue, 11 Jul 2006 10:18:41 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <86odvwzjjz.fsf@xps.des.no> <20060711155312.GA20418@odin.ac.hmc.edu> <86ac7gqeal.fsf@xps.des.no> In-Reply-To: <86ac7gqeal.fsf@xps.des.no> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: rc@freebsd.org Subject: Re: loopback mounts X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:18:38 -0000 Dag-Erling Smørgrav wrote: > Brooks Davis writes: >> In many ways a mountnoncrit would be the best solution, but that >> would would require some significant work since we'd probably need to >> add an extra fields to fstab [...] > > You don't need any extra fields - just add "late" to the options > column and teach mount(8) to ignore it. Another option would be to use a magic number in the pass number field. Doug