Subject: CVS commit: basesrc/bin/pax
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/10/2002 20:33:28
Module Name:	basesrc
Committed By:	christos
Date:		Tue Dec 10 18:33:27 UTC 2002

Modified Files:
	basesrc/bin/pax: ar_io.c ar_subs.c pax.c

Log Message:
PR/19339: Martin Weber: Tar fails to append on empty files and exits with
0. Revert previous change for PR/18689. We always want to exit with
an error if we could not determine the archive format. Instead,
treat empty files specially. On list/extract we turn into no/op.
On append, we turn into archive.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/bin/pax/ar_io.c
cvs rdiff -r1.20 -r1.21 basesrc/bin/pax/ar_subs.c
cvs rdiff -r1.22 -r1.23 basesrc/bin/pax/pax.c

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