Subject: CVS commit: src/sbin/restore
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 07/27/2004 02:17:06
Module Name:	src
Committed By:	enami
Date:		Tue Jul 27 02:17:06 UTC 2004

Modified Files:
	src/sbin/restore: extern.h main.c restore.8 restore.h tape.c

Log Message:
Add -D flag which computes the digest of each regular files in the archive
using specified algorithm (currently md5, rmd160 or sha1) and write them
to standard output.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/restore/extern.h
cvs rdiff -r1.23 -r1.24 src/sbin/restore/main.c
cvs rdiff -r1.41 -r1.42 src/sbin/restore/restore.8
cvs rdiff -r1.14 -r1.15 src/sbin/restore/restore.h
cvs rdiff -r1.49 -r1.50 src/sbin/restore/tape.c

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