Subject: CVS commit: basesrc/sbin/dump
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 12/14/2001 16:43:35
Module Name:	basesrc
Committed By:	bouyer
Date:		Fri Dec 14 14:43:34 UTC 2001

Modified Files:
	basesrc/sbin/dump: dump.8 dump.h dumprmt.c main.c tape.c

Log Message:
Add a -l (autoload) flag. For multivolume dumps, this makes dump eject the
tape when a volume is full, and try to reopen the tape drive for 2 mn.
To be used with tape changers which load the next tape when the current one is
ejected.
While I'm there fix eject handling for remote tape.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 basesrc/sbin/dump/dump.8
cvs rdiff -r1.29 -r1.30 basesrc/sbin/dump/dump.h
cvs rdiff -r1.26 -r1.27 basesrc/sbin/dump/dumprmt.c
cvs rdiff -r1.40 -r1.41 basesrc/sbin/dump/main.c
cvs rdiff -r1.30 -r1.31 basesrc/sbin/dump/tape.c

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