From owner-cvs-src@FreeBSD.ORG Tue Jan 1 05:31:43 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 C963F16A41A; Tue, 1 Jan 2008 05:31:43 +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 854C313C465; Tue, 1 Jan 2008 05:31:43 +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 m015TpWV021491; Mon, 31 Dec 2007 22:29:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 22:29:49 -0700 (MST) Message-Id: <20071231.222949.1626288047.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080101035524.GN72458@server.vk2pj.dyndns.org> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <20080101035524.GN72458@server.vk2pj.dyndns.org> 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, src-committers@freebsd.org, cvs-all@freebsd.org, simon@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 05:31:43 -0000 In message: <20080101035524.GN72458@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote: : >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... : : AFAIK, this is basically what NetBSD does. I also like the idea : of not needing root to build distributions. That's where I got the idea... I was hoping that someone would pick the code/idea up from NetBSD since needing root to install FreeBSD binaries to build a distribution is problematic on many settings. Warner