From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 00:10:32 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 BF31037B401 for ; Sun, 20 Apr 2003 00:10:32 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7F743FE0 for ; Sun, 20 Apr 2003 00:10:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h3K7A3ZW046095; Sun, 20 Apr 2003 00:10:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h3K7A1AR046091; Sun, 20 Apr 2003 00:10:01 -0700 (PDT) Date: Sun, 20 Apr 2003 00:10:00 -0700 From: "David O'Brien" To: Tim Kientzle Message-ID: <20030420071000.GA44409@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Tim Kientzle , David Taylor , current@freebsd.org References: <20030417141133.GA4155@madman.celabo.org> <20030417144449.GA4530@madman.celabo.org> <200304171535.h3HFZEFs094589@strings.polstra.com> <20030418014500.B94094@iclub.nsu.ru> <200304171944.h3HJi1jK095151@strings.polstra.com> <3E9F0A28.8030906@btc.adaptec.com> <3E9F1C15.7080702@acm.org> <20030417221622.GA18079@gattaca.yadt.co.uk> <3EA0A4E3.6090801@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EA0A4E3.6090801@acm.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.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 cc: current@freebsd.org Subject: Re: Going Dynamic (Was: HEADS UP: new NSS) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 07:10:33 -0000 [From address modified because I don't want every message in this thread to end up in my personal mailbox. I'll read them in the list, thank you very much.] On Fri, Apr 18, 2003 at 06:22:43PM -0700, Tim Kientzle wrote: > 1) Create /lib, move shared libraries. > > This involves working on bsd.lib.mk and a few related > pieces so that certain libraries get installed > differently: > * shared lib into /lib Only those libs needed bin /bin and /sbin should be in /lib. > Not sure which of the following is best: > a) Kernel automatically runs /rescue/init if /sbin/init fails > too quickly. On the naming, it should be "/stand". We have a long history of putting emergency, statically compiled programs there. I've used /stand/* many times in the past and don't see why we need to gratuitously change that. -- -- David (obrien@FreeBSD.org)