From owner-freebsd-arch@FreeBSD.ORG Thu May 8 08:40:38 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74EA537B401 for ; Thu, 8 May 2003 08:40:38 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6470C43FB1 for ; Thu, 8 May 2003 08:40:36 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h48FeZTl019913; Thu, 8 May 2003 09:40:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 08 May 2003 09:40:17 -0600 (MDT) Message-Id: <20030508.094017.85932600.imp@bsdimp.com> To: gordont@gnf.org From: "M. Warner Losh" In-Reply-To: <20030508080234.GI76376@roark.gnf.org> References: <20030508080234.GI76376@roark.gnf.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: arch@freebsd.org Subject: Re: PATCH: Dynamic /bin support X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 15:40:39 -0000 In message: <20030508080234.GI76376@roark.gnf.org> Gordon Tetlow writes: : I'm working on /sbin support, but there are alot of additional libraries : that are needed for that one. I'll get to it. Yes. Now would be a good time to rewrite vinum's management program to use libedit() rather than libreadline() to eliminate one or two of the offending libraries. It is the odd-man out. However, Tim Kientzle posted something similar a while ago that takes the idea one step further by having a statically linked rescue binary in case one of the shared libraries dies. I've forwarded that to hackers@. It may be an older version of his patches, but it was the one I saved in my mailbox. Warner