From owner-cvs-src@FreeBSD.ORG Tue Jan 1 03:34:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D6116A418; Tue, 1 Jan 2008 03:34:40 +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 30F6A13C4D5; Tue, 1 Jan 2008 03:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m013Xt98020779; Mon, 31 Dec 2007 20:33:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 20:33:52 -0700 (MST) Message-Id: <20071231.203352.-165197022.imp@bsdimp.com> To: simon@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20071231001554.GB987@zaphod.nitro.dk> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> 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: cvs-src@FreeBSD.org, kientzle@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:34:40 -0000 In message: <20071231001554.GB987@zaphod.nitro.dk> "Simon L. Nielsen" writes: : > * New read support: mtree format : : This sounds interesting but I can't really figure out what it : does... ? :) (and I couldn't find any mention in the updated manual : pages.) Any chance our 'install' tools can be made to copy the files w/o the right permissions and 'log' the right stuff to an mtree formatted file? That would make building a distribution as a mere mortal possible... Warner