From owner-freebsd-questions Mon Jan 1 14:23:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13079 for questions-outgoing; Mon, 1 Jan 1996 14:23:02 -0800 (PST) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA13073 for ; Mon, 1 Jan 1996 14:22:55 -0800 (PST) Received: (from ahill@localhost) by tulpi.interconnect.com.au id JAA20051 (8.6.11/IDA-1.6); Tue, 2 Jan 1996 09:22:38 +1100 Date: Tue, 2 Jan 1996 09:22:34 +1100 (EST) From: Anthony Hill To: Owen Newnan cc: questions about FreeBSD Subject: Re: HTML & ATAPI part 3 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On 28 Dec 1995, Owen Newnan wrote: > So I need a work around installing packages by way of DOS. Needed is a > utility that takes a package subtree copied over from DOS and applies the > tables, restoring the long file names. Does such a thing exist? Otherwise, > I'll write one. I think you are going about this the hard way. The wcarchive ftp site supports tarring of subdirectories on the fly. (or at least it used to) You just append something like .tar.Z to the end of the subdir name when you do a get, and you should get the whole tree. Anthony