From e4bb50a7211a0df8e138667d94578a390cc55f05 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Fri, 3 Sep 2004 21:30:22 +0000 Subject: Update to imap-2004a. Move check for /etc/nologin to PREFIX/etc/nologin, along with other ports etc files. --- mail/imap-uw/files/patch-ai | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/imap-uw/files/patch-ai') diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 73afa6495244..e01978c18b62 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.orig Tue Apr 27 21:48:26 2004 -+++ src/imapd/imapd.c Fri Jun 4 07:49:07 2004 +--- src/imapd/imapd.c.orig Tue Jun 29 21:56:17 2004 ++++ src/imapd/imapd.c Fri Sep 3 20:59:40 2004 @@ -29,6 +29,11 @@ #include "c-client.h" #include @@ -22,10 +22,10 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2004.350"; /* version number of this server */ + char *version = "2004.352"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ -@@ -245,7 +256,50 @@ +@@ -246,7 +257,50 @@ msg_string_next, /* get next byte in string structure */ msg_string_setpos /* set position in string structure */ }; @@ -77,7 +77,7 @@ /* Main program */ int main (int argc,char *argv[]) -@@ -1227,6 +1281,9 @@ +@@ -1251,6 +1305,9 @@ lasterror ()); return; } -- cgit v1.2.3