bfb46ee889
Changes: new sfv were not zero padded; handle ' ' and '_' the same in insensitive matching.
21 lines
743 B
Text
21 lines
743 B
Text
$NetBSD: patch-ad,v 1.3 2001/02/28 15:44:16 wiz Exp $
|
|
|
|
--- README.orig Fri Dec 29 01:34:33 2000
|
|
+++ README Wed Feb 28 15:22:27 2001
|
|
@@ -55,6 +55,16 @@
|
|
------------------------------------------------------------
|
|
Everything OK
|
|
|
|
+If you do not want to check all files liste in an .sfv file, name the
|
|
+files you want checked on the command line:
|
|
+
|
|
+ $ cksfv -f new_files.sfv -i COPYING ChangeLog
|
|
+ --( Verifying file: new_files.sfv )-------------------------
|
|
+ COPYING: OK
|
|
+ ChangeLog: OK
|
|
+ ------------------------------------------------------------
|
|
+ Everything OK
|
|
+
|
|
Now for creating your own .sfv files. You can run the following command.
|
|
|
|
$ cksfv * > mine.sfv
|