From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 17:02:22 2004 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 8539216A4CF for ; Mon, 16 Feb 2004 17:02:22 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6271D43D1F for ; Mon, 16 Feb 2004 17:02:22 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1H12LkX045291; Mon, 16 Feb 2004 17:02:22 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <4031681D.3070803@acm.org> Date: Mon, 16 Feb 2004 17:02:21 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vincent Poy References: <20040216143020.M8264-100000@oahu.WURLDLINK.NET> In-Reply-To: <20040216143020.M8264-100000@oahu.WURLDLINK.NET> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 01:02:22 -0000 Vincent Poy wrote: > On Sat, 15 Nov 2003, Gordon Tetlow wrote: > >>I just committed a patch to change /bin and /sbin from statically to >>dynamically linked. > > I'm still using a Pre-November 15, 2003 -CURRENT and had a > question before I upgrade. With this change, is /bin and /sbin still > separate directories on new installs or are they linked directories? Do I > have to delete the /bin, /sbin contents prior to the buildworld or will it > just update itself? Thanks. They are still separate directories. It will just update itself. Tim Kientzle