From owner-freebsd-hackers Sun Jan 14 22:55:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23929 for hackers-outgoing; Sun, 14 Jan 1996 22:55:37 -0800 (PST) Received: from rover.village.org (rover.village.org [198.137.146.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA23924 for ; Sun, 14 Jan 1996 22:55:33 -0800 (PST) Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id XAA08113 for ; Sun, 14 Jan 1996 23:55:31 -0700 Message-Id: <199601150655.XAA08113@rover.village.org> To: hackers@freebsd.org Subject: Re: FBSD 2.1 In-reply-to: Your message of Sun, 14 Jan 1996 09:14:00 PST Date: Sun, 14 Jan 1996 23:55:30 -0700 From: Warner Losh Sender: owner-hackers@freebsd.org Precedence: bulk : Copyrights. I don't particularly feel like tangling with either PKWARE : or UniSys (LZ compression used in Zip). Hmmm. Then why do the FreeBSD CD's ship with ZIP on them? It isn't from pkware, but rather the info-zip mailing list, but Unisys might still be an issue. On a tagentially related topic: I'd love to see someone (maybe myself) integrate gzip/gunzip into dump so that you can compress files before you send them to tape. Note I did not say compress the entire dump before sending it to tape, but each file. The only problems that have been brought to my attention are that you don't want to gzip data that won't compress (like .gz files :-), the wall time this would take might make tape streaming impossible, and concerns about the dump file format not having enough room for this dynamic expansion. Has anybody out there given thought to this? I'm stuck with a 250M tape drive, and 1.5G of disk space... :-( Warner