Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/17/2000 07:16:24
Module Name: basesrc
Committed By: mrg
Date: Mon Jul 17 14:16:24 UTC 2000
Modified Files:
basesrc/sbin/rcorder: rcorder.8 rcorder.c
Log Message:
implement `# KEYWORD:' support, with two new arguments to rcorder, to kill
and skip keywords from the output list:
-k keyword only files with `# KEYWORD: keyword' will be printed.
-s keyword files with `# KEYWORD: keyword' will not be printed.
(multiple keywords can exist on a single line, and multiple lines may exist,
as with other special rcorder lines).
requested by lukem.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/sbin/rcorder/rcorder.8
cvs rdiff -r1.4 -r1.5 basesrc/sbin/rcorder/rcorder.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.