From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 13:58:26 2004 Return-Path: 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 F2ED216A4CE for ; Tue, 20 Jan 2004 13:58:25 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F2F43D49 for ; Tue, 20 Jan 2004 13:58:24 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i0KLwOkX006930; Tue, 20 Jan 2004 13:58:24 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <400DA480.2070705@acm.org> Date: Tue, 20 Jan 2004 13:58:24 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <9987.1074635471@critter.freebsd.dk> In-Reply-To: <9987.1074635471@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: REVIEW: cleanvar.patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 21:58:26 -0000 Poul-Henning Kamp wrote: > In message <20040120214533.GC11747@Odin.AC.HMC.Edu>, Brooks Davis writes: > >>>P.S. Hmmm... It looks like it would be easy for >>>libarchive to also read mtree files. Then >>>bsdtar's built-in features for converting archive formats >>>on-the-fly might be useful here. Hmmm.... >> >>This would deal with my concerns about making all the directories. This >>would yeild a reasionable, single stage method of creating source files >>for populating directories without requiring mtree. I like this idea. > > > Considering that we are talking about a checked in mtree file, it would > be a lot simpler to have a tool convert it to a shellscript and run that > from /etc/rc.* Oh, so I guess I should start working on the "shar" writing code for libarchive, too? Tim