From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 06:17:57 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B5B106564A; Sat, 18 Apr 2009 06:17:57 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 55F078FC08; Sat, 18 Apr 2009 06:17:57 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 77B117E818; Fri, 17 Apr 2009 22:17:55 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Sat, 18 Apr 2009 08:17:48 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <57200BF94E69E54880C9BB1AF714BBCB5DE72E@w2003s01.double-l.local> <200904172107.15616.mel.flynn+fbsd.current@mailing.thruhere.net> <49E8DB50.2060606@freebsd.org> In-Reply-To: <49E8DB50.2060606@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904180817.49926.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Tim Kientzle Subject: Re: buildworld fails. 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: Sat, 18 Apr 2009 06:17:57 -0000 On Friday 17 April 2009 21:41:04 Tim Kientzle wrote: > Of course, libarchive's mtree support is mostly for > developers to use in building new tools that use > mtree format in innovative ways. Exposing it through > tar is primarily to make it easier to test. Hmm. Or tar could store the mtree file as the first file and we'd have a table of contents for a streaming format, if tar -c can take an mtree file and a prefix as input. Especially useful when tarring a small amount of large files, since -t would still have to through the entire file to list the entries. And you can then extract only the mtree file and compare it to you live system to figure out what's been meddled with. I like the possibilities, thanks for your work on it! -- Mel