From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 06:56:08 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 2E97C16A4CF for ; Tue, 26 Oct 2004 06:56:08 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5779743D53 for ; Tue, 26 Oct 2004 06:56:07 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i9Q6u290091353; Mon, 25 Oct 2004 23:56:07 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <417DF502.4010807@freebsd.org> Date: Mon, 25 Oct 2004 23:56:02 -0700 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: Andre Guibert de Bruet References: <4171F702.9020405@gamersimpact.com> <417A6C6B.6010109@gamersimpact.com> <20041023130921.I78665@alpha.siliconlandmark.com> In-Reply-To: <20041023130921.I78665@alpha.siliconlandmark.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Ryan Sommers cc: current@freebsd.org Subject: Re: Removal of /stand Directory 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: Tue, 26 Oct 2004 06:56:08 -0000 Andre Guibert de Bruet wrote: > > On Sat, 23 Oct 2004, Ryan Sommers wrote: >> - Move gzip to /bin and use /bin/gzip and /bin/pax to handle >> compressed archives (see arch@ thread for patch). Overall is a savings >> in /. > > Frankly, having a file pointing to an inode with 135 links in /bin sort > of scares me. Putting a stand-alone version of gzip in /bin isn't going > to save any space in /. Ryan is proposing moving /usr/bin/gzip to /bin/gzip. /usr/bin/gzip only has 4 links: gzip, gunzip, gzcat, and zcat. I think you're confusing this with /rescue/gzip, which is a very different thing, indeed. Cheers, Tim