Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/30/2000 09:53:05
Module Name:	basesrc
Committed By:	thorpej
Date:		Thu Mar 30 17:53:05 UTC 2000

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

Log Message:
Add a -O option: force one volume.  This causes pax to not prompt for
a new volume upon premature end-of-volume (e.g. broken pipe).  This is
especially useful in automated environments where error recovery cannot
be performed by a human.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/bin/pax/ar_io.c
cvs rdiff -r1.22 -r1.23 basesrc/bin/pax/extern.h basesrc/bin/pax/pax.1
cvs rdiff -r1.26 -r1.27 basesrc/bin/pax/options.c

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