Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 01/23/2005 06:19:03
Module Name:	src
Committed By:	jmc
Date:		Sun Jan 23 06:19:03 UTC 2005

Modified Files:
	src/bin/pax: ar_subs.c pat_rep.c

Log Message:
Apply user supplied patterns first before applying actions for -A. This way pax
behavior WRT to patterns lines up with the example in the documentation
and how other implementations do it as well since -A is a non-standard
option/behavior. Fixes items noted in PR#23776


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/bin/pax/ar_subs.c
cvs rdiff -r1.22 -r1.23 src/bin/pax/pat_rep.c

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