23 lines
855 B
Plaintext
23 lines
855 B
Plaintext
--- config.h.orig Tue May 12 17:09:14 1998
|
|
+++ config.h Mon Mar 27 15:12:54 2000
|
|
@@ -1,9 +1,9 @@
|
|
/*$Id: patch-af,v 1.2 2000/03/27 20:16:39 brad Exp $*/
|
|
|
|
-#define USEdot_lock /**/
|
|
+/*#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"
|