Subject: CVS commit: src/bin/pax
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 02/25/2003 15:37:00
Module Name:	src
Committed By:	wiz
Date:		Tue Feb 25 13:37:00 UTC 2003

Modified Files:
	src/bin/pax: ar_io.c extern.h options.c pax.c tar.1

Log Message:
Add support for '-j' to create (and extract, but -z already did that)
bzip2 compressed tar files, for GNU tar compatibility.
Patch from Soren Jacobsen in PR 19467, okayed by christos.
Sync usage with options while here.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/bin/pax/ar_io.c
cvs rdiff -r1.36 -r1.37 src/bin/pax/extern.h
cvs rdiff -r1.61 -r1.62 src/bin/pax/options.c
cvs rdiff -r1.24 -r1.25 src/bin/pax/pax.c
cvs rdiff -r1.7 -r1.8 src/bin/pax/tar.1

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