From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 10:36:15 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 6AED916A4CE for ; Mon, 17 Nov 2003 10:36:15 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A157243F93 for ; Mon, 17 Nov 2003 10:36:14 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.255.215] $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 17 Nov 2003 11:36:17 -0700 Message-ID: <3FB90579.8050204@myrealbox.com> Date: Mon, 17 Nov 2003 09:29:29 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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:36:15 -0000 Terry Lambert wrote: > "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'. I was taught by an older fart than Terry that the 's' stands for (S)ingle-user, which is reflected even today in the 'boot -s' switch. Since the single-user is usually the Sysadmin, the association with 'system' is inevitable. The association with 'static' is also inevitable when I think of Sysadmins-I-Have-Known ;0)