diff options
author | tron <tron> | 2001-09-12 11:20:57 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-12 11:20:57 +0000 |
commit | 2bb75a03909775cd6be9367cb6accb86cb4428bf (patch) | |
tree | e7ed1a737f36816ab8d943d8fb31c1b26bfab21e /news/inn/patches/patch-ag | |
parent | 1522e9eded5f9a32ec8d010e6f6820d1f36a0e41 (diff) | |
download | pkgsrc-2bb75a03909775cd6be9367cb6accb86cb4428bf.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/patch-ag')
-rw-r--r-- | news/inn/patches/patch-ag | 13 |
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. |