From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 08:22:31 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 75DE516A4CE for ; Sun, 16 Nov 2003 08:22:31 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253BB43FCB for ; Sun, 16 Nov 2003 08:22:28 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from titan.criticalmagic.com ([68.213.16.23] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1ALPfO-0001AL-00; Sun, 16 Nov 2003 08:22:27 -0800 Message-ID: <3FB7A44C.1000002@mindspring.com> Date: Sun, 16 Nov 2003 11:22:36 -0500 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Robert M.Zigweid" References: <20031116051028.GA30485@roark.gnf.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 1ee258965991efcb0865379cdb43356e5e89bb4777695beb702e37df12b9c9ef8f0c86231ca8540ada636c0b55c1d3b8350badd9bab72f9c350badd9bab72f9c cc: current@FreeBSD.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:22:31 -0000 Robert M.Zigweid wrote: > I'll admit to being mostly a lurker here, but isn't the point of /sbin > to be statically linked. That's what the 's' stands for? > > Second question. This seems to imply that /sbin and /bin both have to > have the same behavior? I have no problem with /bin being dynamically > linked, but what if I want /bin to be dynamic and /sbin static? > > > Regards, > > Robert M. Zigweid I'm not sure what that would accomplish. If a system was broken such that the dynamically linked binaries in /bin didn't work, the utilities in /sbin wouldn't be enough to fix the system. For instance, you wouldn't have a shell or "ls". Statically linked binaries to fix a hosed system are now in /rescue. Check "man hier". Richard Coleman richardcoleman@mindspring.com