Subject: CVS commit: src/bin/systrace
To: None <source-changes@netbsd.org>
From: Niels Provos <provos@netbsd.org>
List: source-changes
Date: 03/26/2003 01:17:31
Module Name:	src
Committed By:	provos
Date:		Tue Mar 25 23:17:30 UTC 2003

Modified Files:
	src/bin/systrace: filter.c lex.l parse.y systrace.1 systrace.c
	    systrace.h

Log Message:
new "ask" action.  creates a new rule that prompts the user for an
action but allows only yes or no answer.  inspired from talking
with dugsong@monkey


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/bin/systrace/filter.c src/bin/systrace/systrace.c
cvs rdiff -r1.7 -r1.8 src/bin/systrace/lex.l src/bin/systrace/parse.y
cvs rdiff -r1.20 -r1.21 src/bin/systrace/systrace.1
cvs rdiff -r1.11 -r1.12 src/bin/systrace/systrace.h

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