Subject: CVS commit: src/distrib/utils/x_gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 03/28/2004 04:10:43
Module Name:	src
Committed By:	mrg
Date:		Sun Mar 28 04:10:43 UTC 2004

Modified Files:
	src/distrib/utils/x_gzip: Makefile
Removed Files:
	src/distrib/utils/x_gzip: gzip.1 gzip.c

Log Message:
delete these old sources.  use usr.bin/gzip sources but disable a lot of
stuff: bz2 support, compress support, many non-required options.

now x_gzip supports "gzip -l" so sysinst should work for these platforms.

gzip will grow slightly - 400 or so bytes on x86 - but this is a small
price to pay for working -l support...


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/distrib/utils/x_gzip/Makefile
cvs rdiff -r1.2 -r0 src/distrib/utils/x_gzip/gzip.1
cvs rdiff -r1.5 -r0 src/distrib/utils/x_gzip/gzip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.