Subject: CVS commit: src/usr.sbin/pkg_install/lib
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 04/10/2003 19:25:25
Module Name:	src
Committed By:	grant
Date:		Thu Apr 10 16:25:25 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/lib: file.c lib.h

Log Message:
allow bzip2 support to work on earlier systems where tar has no -j
option, including NetBSD 1.5 and 1.6. noted by wiz.

also handle tar.gz, tar.bz2 and .tar filenames, and bomb with a useful
error if we don't know to handle a file.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/usr.sbin/pkg_install/lib/file.c
cvs rdiff -r1.49 -r1.50 src/usr.sbin/pkg_install/lib/lib.h

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