Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/doc



Module Name:    src
Committed By:   hubertf
Date:           Sun Apr 23 16:42:14 UTC 2006

Modified Files:
        src/doc: CHANGES

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@localhost>on netbsd-help@,
reviewed by rui@.


To generate a diff of this commit:
cvs rdiff -r1.611 -r1.612 src/doc/CHANGES

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




Home | Main Index | Thread Index | Old Index