Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/26/2004 16:11:49
Module Name:	src
Committed By:	tron
Date:		Tue Oct 26 16:11:49 UTC 2004

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

Log Message:
Fix broken cpio(1) option handling:
- "cpio -i -t" should list the contents of a file, not extract it.
- Don't extract a file when only option "-d" is given.
Patch supplied by Paul Ripke in PR bin/26513.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/bin/pax/options.c

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