summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ai
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-04-16 18:49:39 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-04-16 18:49:39 +0000
commitabdbcb5f1edc5e419f7737e78a84a31bfa37a4a7 (patch)
tree82c95fe97909b3fe64bca3776c69a6fc9d778cd6 /mail/imap-uw/files/patch-ai
parent* Set maintainership to Anders Nordby <anders@fix.no>. (diff)
* Set maintainership to Anders Nordby <anders@fix.no>.
* Add info about PAM session support. * Add two more master sites that I control myself, to bring some much needed stability there too (UW has been removing snapshots without putting them in the old dir). * Add the file files/imap-uw.cnf, so that "make cert" actually works as intended. * Add -drac to PKGNAMESUFFIX if DRAC support is requested, so that people can see what they actually installed easier. * Remove some unnecessary linking parameters. Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes: svn path=/head/; revision=41473
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r--mail/imap-uw/files/patch-ai15
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai
index 23635849c43e..0639372fd582 100644
--- a/mail/imap-uw/files/patch-ai
+++ b/mail/imap-uw/files/patch-ai
@@ -1,6 +1,6 @@
---- src/imapd/imapd.c.old Tue Apr 10 00:56:28 2001
-+++ src/imapd/imapd.c Tue Apr 10 00:59:08 2001
-@@ -29,6 +29,12 @@
+--- src/imapd/imapd.c.orig Sat Apr 7 00:27:30 2001
++++ src/imapd/imapd.c Wed Apr 11 12:00:44 2001
+@@ -29,6 +29,11 @@
#include "c-client.h"
#include <sys/stat.h>
@@ -9,11 +9,10 @@
+#include <arpa/inet.h>
+#include <stdlib.h>
+#endif /* DRAC_AUTH */
-+
#define CRLF PSOUT ("\015\012") /* primary output terpri */
-@@ -172,6 +178,12 @@
+@@ -173,6 +178,12 @@
/* Global storage */
@@ -23,10 +22,10 @@
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2001.298"; /* version number of this server */
+ char *version = "2001.299"; /* version number of this server */
time_t alerttime = 0; /* time of last alert */
time_t sysalerttime = 0; /* time of last system alert */
-@@ -1161,6 +1173,45 @@
+@@ -1161,6 +1172,45 @@
lasterror ());
return;
}
@@ -42,7 +41,7 @@
+
+ if ( (dracconf = fopen(ETC_DIR "/dracd.host", "r")) == NULL)
+ {
-+ syslog (LOG_INFO, "dracd: error opening /etc/mail/dracd.host config file");
++ syslog (LOG_INFO, "dracd: error opening %s/dracd.host config file",ETC_DIR);
+ exit(1);
+ }
+