Subject: CVS commit: [netbsd-3] src/sbin/dump
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/11/2006 21:30:27
Module Name:	src
Committed By:	bouyer
Date:		Sat Nov 11 21:30:27 UTC 2006

Modified Files:
	src/sbin/dump [netbsd-3]: dump.h main.c snapshot.c snapshot.h tape.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1573):
	sbin/dump/snapshot.h: revision 1.3 via patch
	sbin/dump/snapshot.c: revision 1.3 via patch
	sbin/dump/main.c: revision 1.63 via patch
	sbin/dump/tape.c: revision 1.47 via patch
	sbin/dump/dump.h: revision 1.44 via patch
When using a snapshot take the snapshot raw device on further open.
Fixes PR #34923  dump(8) only dumps a corefile with -X (snapshots)
Approved by: Manuel Bouyer <bouyer@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.39.2.1 src/sbin/dump/dump.h
cvs rdiff -r1.57.2.2 -r1.57.2.3 src/sbin/dump/main.c
cvs rdiff -r1.2.2.2 -r1.2.2.3 src/sbin/dump/snapshot.c \
    src/sbin/dump/snapshot.h
cvs rdiff -r1.44 -r1.44.2.1 src/sbin/dump/tape.c

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