summaryrefslogtreecommitdiffstats
path: root/mail/cucipop/files/patch-aa
blob: ebea8d6512f39fa4b4bfb280d5678cf5d98667d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- xcreat.c.orig	Tue Aug 25 17:35:46 1998
+++ xcreat.c	Tue Aug 25 17:36:03 1998
@@ -22,7 +22,7 @@
 /*#define NOuname		      /* uncomment if uname is not available */
 /*#define NOstrpbrk		    /* uncomment if strpbrk is not available */
 /*#define strchr(s,c) index(s,c)     /* uncomment if strchr is not available */
-#define const			      /* can be undefined for ANSI compilers */
+/*#define const			      /* can be undefined for ANSI compilers */
 
 #include <unistd.h>			/* open() close() link() unlink()
 					   getpid() */
--- config.h.orig	Wed May 13 05:09:14 1998
+++ config.h	Tue Aug 25 18:12:48 1998
@@ -3,7 +3,7 @@
 #define USEdot_lock	/**/
 /*#define USEfcntl_lock /**/	    /* to test which combinations make sense */
 /*#define USElockf	/**/	      /* run the lockingtest program part of */
-/*#define USEflock	/**/		/* the procmail installation process */
+#define USEflock	/**/		/* the procmail installation process */
 
 /*#define SHADOW_PASSWD /**/		  /* shadow password library support */
 
@@ -84,6 +84,6 @@
 #define MAXBULLETINS	64
 #define MAXSTATEAGE	8388608				       /* > 3 months */
 #define MEMORY_CACHE	(64*1024)
-#define CUCIPOP_LIB	"/var/lib/cucipop"
+#define CUCIPOP_LIB	"/var/spool/cucipop"
 #define STATE_DB	"state.db"
 #define BULLETINS_PATH	CUCIPOP_LIB"/bulletins"
OpenPOWER on IntegriCloud