From owner-freebsd-current@FreeBSD.ORG Sun Nov 30 17:27:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AB616A4CE; Sun, 30 Nov 2003 17:27:37 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D1F43FBF; Sun, 30 Nov 2003 17:27:34 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB11RTgt005380; Sun, 30 Nov 2003 18:27:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 30 Nov 2003 18:27:28 -0700 (MST) Message-Id: <20031130.182728.110765660.imp@bsdimp.com> To: andreas@freebsd.org From: "M. Warner Losh" In-Reply-To: <20031130115547.GA67257@titan.klemm.apsfilter.org> References: <20031130084800.GA64364@titan.klemm.apsfilter.org> <3FC9D7CA.8@FreeBSD.org> <20031130115547.GA67257@titan.klemm.apsfilter.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: des@des.no cc: kris@obsecurity.org cc: freebsd-current@freebsd.org cc: eik@freebsd.org Subject: Re: 5.2-BETA and related ports issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 01:27:37 -0000 In message: <20031130115547.GA67257@titan.klemm.apsfilter.org> Andreas Klemm writes: : I have a better idea, then we perhaps need something like a : wrapper script that is part of the FreeBSD basic system under /etc/rc.d : that checks for the start script under $LOCALBASE/etc/rc.d : and starts it very early. Only if $LOCALBASE is acutally mounted, which can be a problem depending on when 'very early' is. :-( Warner