summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ah
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-06-01 20:49:37 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-06-01 20:49:37 +0000
commit58547ee7291811c88ba47705465b1f72a497cf45 (patch)
treeb1ccc0aab3344b130a613e0a6d783ee090354e59 /mail/imap-uw/files/patch-ah
parentCorrect a make patch error. (diff)
Correct PAM service name for ipop3d to pop3 instead of pop like we've
used to have it for a long time. Update PAM info to reflect that the session service is now used. Bump PORTREVISION as this affects ipop3d runtime usage (need to do it on cclient as well since we expect their versions to match exactly). PR: ports/52798
Notes
Notes: svn path=/head/; revision=81928
Diffstat (limited to 'mail/imap-uw/files/patch-ah')
-rw-r--r--mail/imap-uw/files/patch-ah11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah
index a5375f3474aa..e51bdbc222bd 100644
--- a/mail/imap-uw/files/patch-ah
+++ b/mail/imap-uw/files/patch-ah
@@ -1,5 +1,5 @@
--- src/ipopd/ipop3d.c.orig Fri Jan 17 18:17:58 2003
-+++ src/ipopd/ipop3d.c Mon May 19 22:18:28 2003
++++ src/ipopd/ipop3d.c Mon Jun 2 02:47:10 2003
@@ -28,6 +28,11 @@
#include <time.h>
#include "c-client.h"
@@ -80,6 +80,15 @@
/* Main program */
int main (int argc,char *argv[])
+@@ -101,7 +158,7 @@
+ (((s = strrchr (argv[0],'/')) || (s = strrchr (argv[0],'\\'))) ?
+ s+1 : argv[0]) : "ipop3d";
+ /* set service name before linkage */
+- mail_parameters (NIL,SET_SERVICENAME,(void *) "pop");
++ mail_parameters (NIL,SET_SERVICENAME,(void *) "pop3");
+ #include "linkage.c"
+ /* initialize server */
+ server_init (pgmname,"pop3","pop3s",clkint,kodint,hupint,trmint);
@@ -209,9 +266,13 @@
syslog (LOG_INFO,"AUTHENTICATE %s failure host=%.80s",s,
tcp_clienthost ());