Subject: CVS commit: src/usr.bin/cksum
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 04/23/2006 16:40:16
Module Name:	src
Committed By:	hubertf
Date:		Sun Apr 23 16:40:16 UTC 2006

Modified Files:
	src/usr.bin/cksum: cksum.1 cksum.c

Log Message:
Add a switch "-c file" to verify a list of checksums generated by the
cksum program and stored in file against files on disk.  E.g. first
run "md5 *.tgz >MD5" to generate a list of MD5 checksums in MD5, then
use the following command to verify them use "md5 -c MD5"

Inspired by Linux' md5sum,
called for by Jukka Salmi <j+nbsd@2006.salmi.ch>on netbsd-help@,
reviewed by rui@.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/usr.bin/cksum/cksum.1 src/usr.bin/cksum/cksum.c

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