Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 07/29/2005 22:37:11
Module Name:	src
Committed By:	elad
Date:		Fri Jul 29 22:37:11 UTC 2005

Modified Files:
	src/sys/kern: kern_exec.c

Log Message:
Use real executed program in logs instead of the script that was executed.

For example, this used to give false logs of matching fingerprint for
foo.sh while foo.sh don't have an entry, and the program executed (and
matching the fingerprint) is the interpreter - /bin/sh.


To generate a diff of this commit:
cvs rdiff -r1.205 -r1.206 src/sys/kern/kern_exec.c

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