From owner-freebsd-current@FreeBSD.ORG Sun Jun 19 19:39:44 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 5BF9916A41C; Sun, 19 Jun 2005 19:39:44 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail27.syd.optusnet.com.au (mail27.syd.optusnet.com.au [211.29.133.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DFD43D49; Sun, 19 Jun 2005 19:39:43 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-8-51.belrs4.nsw.optusnet.com.au [220.239.8.51]) by mail27.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j5JJdeLi000484 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 20 Jun 2005 05:39:41 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j5JJddRx065139; Mon, 20 Jun 2005 05:39:40 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j5JJddF5065138; Mon, 20 Jun 2005 05:39:39 +1000 (EST) (envelope-from pjeremy) Date: Mon, 20 Jun 2005 05:39:39 +1000 From: Peter Jeremy To: Tim Kientzle Message-ID: <20050619193939.GR50157@cirb503493.alcatel.com.au> References: <20050617214658.GA41804@troutmask.apl.washington.edu> <58826.1119044951@critter.freebsd.dk> <20050617220222.GA42080@troutmask.apl.washington.edu> <20050617220653.GA114@saltmine.radix.net> <20050617221353.GA48584@troutmask.apl.washington.edu> <20050618061603.GM50157@cirb503493.alcatel.com.au> <20050619033904.GB3061@dragon.NUXI.org> <20050619070640.GQ50157@cirb503493.alcatel.com.au> <42B5C0BC.40904@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42B5C0BC.40904@freebsd.org> User-Agent: Mutt/1.4.2i Cc: freebsd-current@freebsd.org Subject: Re: Replace /rescue/vi with mined(1) from DragonFlyBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 19 Jun 2005 19:39:44 -0000 On Sun, 2005-Jun-19 12:00:12 -0700, Tim Kientzle wrote: >Peter Jeremy wrote: >>According to tar(1) and libarchive-formats(3), yes it read anything that >>pax can. (It can't write cpio but I don't see that as a requirement in >>/rescue). > >Yes, it can write cpio. (Posix octet-oriented cpio format, also called >'odc cpio' Other variants are easy to add if there's demand.) libarchive-formats(3) states: Tar Formats The libarchive(3) library can read most tar archives. However, it only writes POSIX-standard ``ustar'' and ``pax interchange'' formats. But tar(1) does state it can write cpio. I skipped from tar(1) to libarchive-formats(3) too quickly and missed that, sorry. I think that just strengthens my argument that having pax in /rescue is redundant, superfluous and unnecessary :-). -- Peter Jeremy