From owner-freebsd-current Mon Mar 17 1:11:41 2003 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 BBE4637B401 for ; Mon, 17 Mar 2003 01:11:39 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34EE43F85 for ; Mon, 17 Mar 2003 01:11:38 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.8/8.12.8) with ESMTP id h2H9BVSd078948; Mon, 17 Mar 2003 01:11:31 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h2H9BVEv030388; Mon, 17 Mar 2003 01:11:31 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.8/8.12.8/Submit) id h2H9BVUD030387; Mon, 17 Mar 2003 01:11:31 -0800 (PST) Date: Mon, 17 Mar 2003 01:11:30 -0800 From: Marcel Moolenaar To: cjclark@alum.mit.edu Cc: Peter Wemm , current@FreeBSD.ORG Subject: Re: Create linker.hints at boot Message-ID: <20030317091130.GA30313@dhcp01.pn.xcllnt.net> References: <20030315000920.GA69495@blossom.cjclark.org> <20030315032742.3AE132A7EA@canning.wemm.org> <20030317082834.GC24317@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030317082834.GC24317@blossom.cjclark.org> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 17, 2003 at 12:28:34AM -0800, Crist J. Clark wrote: > > Index: src/etc/rc.d/kldxref > =================================================================== > RCS file: src/etc/rc.d/kldxref > diff -N src/etc/rc.d/kldxref > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ src/etc/rc.d/kldxref 17 Mar 2003 08:23:09 -0000 > @@ -0,0 +1,35 @@ > +#!/bin/sh > +# > +# $FreeBSD:$ > +# > + > +# PROVIDE: kldxref > +# REQUIRE: root > +# BEFORE: network1 > +# KEYWORD: FreeBSD This has to require mountcritlocal will it ever be useful on ia64 because /boot is the mount point for the EFI filesystem where we have the kernel and modules. This is standard behaviour and one of the cases Peter mentioned. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message