From owner-cvs-all@FreeBSD.ORG Sun May 20 06:59:38 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7C3816A41F; Sun, 20 May 2007 06:59:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 5175F13C4AE; Sun, 20 May 2007 06:59:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup116.ach.sch.gr [81.186.70.116]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4K6wSjK003063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 May 2007 09:58:37 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4K6wHpA003799; Sun, 20 May 2007 09:58:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4K6wHXc003798; Sun, 20 May 2007 09:58:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 20 May 2007 09:58:17 +0300 From: Giorgos Keramidas To: Tim Kientzle Message-ID: <20070520065817.GA3770@kobe.laptop> References: <200705181357.l4IDvHIP099048@repoman.freebsd.org> <20070518204131.GA50910@xor.obsecurity.org> <20070518205340.GA36079@kobe.laptop> <20070519073416.L44599@delplex.bde.org> <20070520023345.GB2239@kobe.laptop> <464FCDB8.9050700@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464FCDB8.9050700@freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.693, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, Kris Kennaway , src-committers@freebsd.org, cvs-all@freebsd.org, Bruce Evans Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 06:59:38 -0000 On 2007-05-19 21:25, Tim Kientzle wrote: >>>>>An interesting trick is that bsdtar can read ISO files without >>>>>needing to mount them - I wonder if a cross-reference is >>>>>appropriate. >>>Even bsdtar itself doesn't document this explicitly, at least in 6.2. >>>It points to libarchive(5) for the complete list of supported formats. > > Excellent point. Perhaps we should modify the first > paragraph of bsdtar.1 to read: > > DESCRIPTION > tar creates and manipulates streaming archive files. > This implementation can extract from tar, pax, cpio, > zip, jar, ar, and ISO 9660 CD-ROM images and can create > tar, pax, cpio, ar, and shar archives. > > Maybe add an example as well: > > To examine the contents of an ISO 9660 CD-ROM image: > tar -tf image.iso > > Thoughts? Sounds great to me :)