blob: 8bd0a0dad74b935ecbb90b491e6adbee769dbe1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.11 2010/01/16 09:46:17 spz Exp $
--- control/pgpverify.in.orig 2009-05-21 20:08:33.000000000 +0000
+++ control/pgpverify.in
@@ -131,7 +131,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
# INN::Config module, the value of $INN::Config::pgp will override this.
-$pgp = '/usr/local/bin/pgp';
+# $pgp = '/usr/local/bin/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
|