blob: f2f0eb5a265edf0fc909701430d35dbf3c7ccf65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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
|