Subject: CVS commit: basesrc/bin/pax
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/13/2002 14:31:03
Module Name:	basesrc
Committed By:	mrg
Date:		Sun Oct 13 11:31:03 UTC 2002

Modified Files:
	basesrc/bin/pax: options.c

Log Message:
fix "pax -rw" processing.  for some reason, it was now written to process
"pax -rwvpe a b" as "pax -rwvpe b a", and "pax -rwvpe a b c" as
"pax -rwvpe b c a".  only the part of revision 1.40 that broken this has
been reverted.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/bin/pax/options.c

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