blob: 2b64118b0e1b6c32a48050fc2bfb4aeca5bf5a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.6 2002/07/06 15:04:58 tron Exp $
--- backends/pgpverify.in.orig Mon May 6 08:02:07 2002
+++ backends/pgpverify.in Sat Jul 6 16:58:05 2002
@@ -90,7 +90,7 @@
# Path to pgp binary; for PGP 5.0, set the path to the pgpv binary.
# If you have INN and the script is able to successfully include your
# innshellvars.pl file, the value of $inn::pgp will override this.
-$pgp = '/usr/local/bin/pgp';
+$pgp = '@_PATH_PGP@';
# If you keep your keyring somewhere that is not the default used by pgp,
# uncomment the next line and set appropriately. If you have INN and the
|