From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 19:05:32 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 3DE2616A4CE for ; Sun, 16 Nov 2003 19:05:32 -0800 (PST) Received: from mgate11.so-net.ne.jp (mgate11.so-net.ne.jp [210.139.254.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D6C43FBF for ; Sun, 16 Nov 2003 19:05:30 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate11.so-net.ne.jp with ESMTP id hAH35Q526159; Mon, 17 Nov 2003 12:05:26 +0900 (JST) Received: from ns.nigredo.org (pae2dc1.spprac00.ap.so-net.ne.jp [210.174.45.193]) by mail.dg8.so-net.ne.jp with ESMTP id hAH35PY09530; Mon, 17 Nov 2003 12:05:25 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id EA1FD20CF; Mon, 17 Nov 2003 12:05:25 +0900 (JST) Date: Mon, 17 Nov 2003 12:05:25 +0900 Message-ID: <86he13oft6.wl%fuyuki@nigredo.org> From: Kimura Fuyuki To: gordont@gnf.org In-Reply-To: <20031116051028.GA30485@roark.gnf.org> References: <20031116051028.GA30485@roark.gnf.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) X-Public-Key: http://www.nigredo.org/fuyuki/public.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII 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 03:05:32 -0000 At Sat, 15 Nov 2003 21:10:28 -0800, Gordon Tetlow wrote: > > I just committed a patch to change /bin and /sbin from statically to > dynamically linked. If you don't like the idea of using a dynamically > linked /bin and /sbin, now is the time to define NO_DYNAMICROOT in your > make.conf. Why are some programs in /usr/bin and /usr/sbin still linked statically? -- fuyuki