From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 10:10:55 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 39FF416A4CE for ; Mon, 17 Nov 2003 10:10:55 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A1A43FA3 for ; Mon, 17 Nov 2003 10:10:54 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from user-38lc163.dialup.mindspring.com ([209.86.4.195] helo=mindspring.com) by razorbill.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1ALnpq-00012H-00; Mon, 17 Nov 2003 10:10:50 -0800 Message-ID: <3FB90F24.A7A3A3A0@mindspring.com> Date: Mon, 17 Nov 2003 10:10:44 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Robert M.Zigweid" References: <20031116051028.GA30485@roark.gnf.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4c0087f8659132ecd762bdc8e00ffa8a8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 18:10:55 -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? Since sbin on System V predated shared libraries on System V, I think maybe this is a reverse assignment of a meaning to the 's'. -- Terry