summaryrefslogtreecommitdiff
path: root/news/inn/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-09-12 11:20:57 +0000
committertron <tron@pkgsrc.org>2001-09-12 11:20:57 +0000
commitd5dd708b5107ae2fcafb1c7ec982da91d9de31bf (patch)
treee7ed1a737f36816ab8d943d8fb31c1b26bfab21e /news/inn/patches
parentfb0b85e623a9f9a161ff0394e5f2ab0ba9bdf178 (diff)
downloadpkgsrc-d5dd708b5107ae2fcafb1c7ec982da91d9de31bf.tar.gz
Use "pgp" binary found by "configure" in "pgpverify" instead of hard coded
path "/usr/local/bin/pgp".
Diffstat (limited to 'news/inn/patches')
-rw-r--r--news/inn/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag
new file mode 100644
index 00000000000..6ce4d4c4c78
--- /dev/null
+++ b/news/inn/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.5 2001/09/12 11:20:57 tron Exp $
+
+--- backends/pgpverify.in.orig Thu May 3 22:27:32 2001
++++ backends/pgpverify.in Wed Sep 12 13:18:32 2001
+@@ -69,7 +69,7 @@
+ # GnuPG users should point this to the pgpgpg wrapper.
+ # If you have INN and the script is able to successfully include you
+ # 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.