summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-03-27 12:27:20 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-03-27 12:27:20 +0000
commitaba319a01e6dcfb3fd15e9d20f6f1b1eb40b519e (patch)
tree3fb6e7c834963ae736f5b7458a8aa32905043e14 /mail/imap-uw
parentFix building (I hope, I never got this error I'm seeing on bento). (diff)
The last set of patches, I had to hand edit, didn't apply cleanly.
Submitted by: Richard Lucas <rlucas@solidcomputing.com>
Notes
Notes: svn path=/head/; revision=40433
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/files/patch-ac2
-rw-r--r--mail/imap-uw/files/patch-ah12
-rw-r--r--mail/imap-uw/files/patch-ai12
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac
index 283763ab2dfe..bbdf5938b565 100644
--- a/mail/imap-uw/files/patch-ac
+++ b/mail/imap-uw/files/patch-ac
@@ -12,7 +12,7 @@
SHELL= /bin/sh
-@@ -39,21 +39,17 @@
+@@ -39,21 +39,23 @@
# Get local definitions from c-client directory
C = ../c-client
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah
index 87f47a8dcfa9..7be00ff5b4e0 100644
--- a/mail/imap-uw/files/patch-ah
+++ b/mail/imap-uw/files/patch-ah
@@ -1,5 +1,5 @@
---- src/ipopd/ipop3d.c.old Wed Oct 25 01:15:46 2000
-+++ src/ipopd/ipop3d.c Sun Jan 7 21:40:25 2001
+--- src/ipopd/ipop3d.c.orig Sun Dec 10 14:31:14 2000
++++ src/ipopd/ipop3d.c Tue Mar 27 07:10:35 2001
@@ -35,6 +35,11 @@
#include <time.h>
#include "c-client.h"
@@ -17,12 +17,12 @@
/* Global storage */
+#ifdef DRAC_AUTH
-+#define DRACTIMEOUT 10*60 /* check every 10 minutes */
-+time_t lastdrac = 0; /* time of last drac check */
++#define DRACTIMEOUT 10*60 /* check every 10 minutes */
++time_t lastdrac = 0; /* time of last drac check */
+extern char *getenv ();
+#endif /* DRAC_AUTH */
-+
- char *version = "2000.69"; /* server version */
++
+ char *version = "2000.70"; /* server version */
short state = AUTHORIZATION; /* server state */
short critical = NIL; /* non-zero if in critical code */
@@ -104,7 +115,7 @@
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai
index b0c6763648d6..15edac731c55 100644
--- a/mail/imap-uw/files/patch-ai
+++ b/mail/imap-uw/files/patch-ai
@@ -1,5 +1,5 @@
---- src/imapd/imapd.c.old Sat Nov 18 05:16:29 2000
-+++ src/imapd/imapd.c Sun Dec 31 18:53:25 2000
+--- src/imapd/imapd.c.orig Tue Jan 9 16:11:44 2001
++++ src/imapd/imapd.c Tue Mar 27 07:16:48 2001
@@ -17,7 +17,7 @@
* The full text of our legal notices is contained in the file called
* CPYRIGHT, included with this Distribution.
@@ -44,15 +44,15 @@
/* Global storage */
+#ifdef DRAC_AUTH
-+#define DRACTIMEOUT 10*60 /* check every 10 minutes */
-+time_t lastdrac = 0; /* time of last drac check */
++#define DRACTIMEOUT 10*60 /* check every 10 minutes */
++time_t lastdrac = 0; /* time of last drac check */
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2000.284"; /* version number of this server */
+ char *version = "2000.287"; /* version number of this server */
time_t alerttime = 0; /* time of last alert */
time_t sysalerttime = 0; /* time of last system alert */
-@@ -1131,6 +1142,44 @@
+@@ -1139,6 +1150,44 @@
lasterror ());
return;
}