diff options
author | tron <tron@pkgsrc.org> | 2001-04-19 08:52:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-19 08:52:03 +0000 |
commit | cec1397486857abef66550ab4aebcd661b7b3893 (patch) | |
tree | 77f964afca2d47c81e5ab5ac0b3bbc9028a45470 /mail/qpopper/patches | |
parent | fa5c767d842a814650f362fa1360d2e81addc342 (diff) | |
download | pkgsrc-cec1397486857abef66550ab4aebcd661b7b3893.tar.gz |
Compare program name in "popauth" with "qpopauth" because that is the
name under which it is installed. Fixes PR pkg/12628 by
Jun-ichiro itojun Hagino.
Diffstat (limited to 'mail/qpopper/patches')
-rw-r--r-- | mail/qpopper/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qpopper/patches/patch-ab b/mail/qpopper/patches/patch-ab new file mode 100644 index 00000000000..1d4e5b36454 --- /dev/null +++ b/mail/qpopper/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2001/04/19 08:52:04 tron Exp $ + +--- popper/popauth.c.orig Tue Sep 12 00:34:48 2000 ++++ popper/popauth.c Thu Apr 19 10:46:18 2001 +@@ -158,7 +158,7 @@ + #define APOP_AUTH 1 + { "apopauth" }, + #define POP_AUTH 2 +- { "popauth" }, ++ { "qpopauth" }, + #define OTHER 3 + { NULL } + }; |