Subject: CVS commit: src/usr.sbin/pkg_install/add
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 04/06/2004 05:56:07
Module Name: src
Committed By: agc
Date: Tue Apr 6 05:56:07 UTC 2004
Modified Files:
src/usr.sbin/pkg_install/add: verify.c
Log Message:
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.5 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.