fix file locking

This commit is contained in:
form 1998-06-30 08:05:12 +00:00
parent c19ad77458
commit 426c7746b3

View File

@ -0,0 +1,38 @@
*** config.h.orig Wed May 13 04:09:14 1998
--- config.h Tue Jun 30 14:53:21 1998
***************
*** 1,9 ****
/*$Id: patch-af,v 1.1 1998/06/30 08:05:12 form Exp $*/
! #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 SHADOW_PASSWD /**/ /* shadow password library support */
--- 1,9 ----
/*$Id: patch-af,v 1.1 1998/06/30 08:05:12 form Exp $*/
! /*#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 SHADOW_PASSWD /**/ /* shadow password library support */
***************
*** 84,89 ****
#define MAXBULLETINS 64
#define MAXSTATEAGE 8388608 /* > 3 months */
#define MEMORY_CACHE (64*1024)
! #define CUCIPOP_LIB "/var/lib/cucipop"
#define STATE_DB "state.db"
#define BULLETINS_PATH CUCIPOP_LIB"/bulletins"
--- 84,89 ----
#define MAXBULLETINS 64
#define MAXSTATEAGE 8388608 /* > 3 months */
#define MEMORY_CACHE (64*1024)
! #define CUCIPOP_LIB "/var/spool/cucipop"
#define STATE_DB "state.db"
#define BULLETINS_PATH CUCIPOP_LIB"/bulletins"