Subject: CVS commit: [netbsd-2-0] src/usr.sbin/pkg_install/add
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 04/19/2004 03:43:13
Module Name:	src
Committed By:	jmc
Date:		Mon Apr 19 03:43:13 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install/add [netbsd-2-0]: verify.c

Log Message:
Pullup rec 1.5 (requested by agc in ticket #156)
Fix signature verification after pkg_add and friends were changed to use
fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split
up the command into separate words.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.2.1 src/usr.sbin/pkg_install/add/verify.c

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