From owner-freebsd-arch@FreeBSD.ORG Sun Sep 7 05:57:05 2008 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82888106568A for ; Sun, 7 Sep 2008 05:57:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 415748FC17 for ; Sun, 7 Sep 2008 05:57:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m875tvt7046889; Sat, 6 Sep 2008 23:55:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 06 Sep 2008 23:56:33 -0600 (MDT) Message-Id: <20080906.235633.-267228782.imp@bsdimp.com> To: chinsan.tw@gmail.com From: "M. Warner Losh" In-Reply-To: <1f27304c0809062222m724603dat2fb1af63dba5faa6@mail.gmail.com> References: <20080906.224018.-1303464793.imp@bsdimp.com> <1f27304c0809062222m724603dat2fb1af63dba5faa6@mail.gmail.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: arch@freebsd.org Subject: Re: pax in /rescue X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 05:57:05 -0000 In message: <1f27304c0809062222m724603dat2fb1af63dba5faa6@mail.gmail.com> chinsan writes: : On Sun, Sep 7, 2008 at 12:40 PM, M. Warner Losh wrote: : > Is there any reason to continue to include both tar and pax in : > /rescue? : > : Maybe for rescue some important file? tar can read all the formats that pax can read. Why the duplication in functionality? : BTW, could editors/e3 be include into /rescue? : I think it's ineed to have a text editor to edit some file for rescue. : Because vi(1) lives in /usr/bin. /rescue already has nvi. : ps. e3 is a full featured text editor written in NASM assembler. It is highly : optimized for size. I notice pax was there when I was looking at it on my FreeBSD/arm box :-) Warner