fix file locking
This commit is contained in:
parent
c19ad77458
commit
426c7746b3
38
mail/cucipop/patches/patch-af
Normal file
38
mail/cucipop/patches/patch-af
Normal 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"
|
Loading…
Reference in New Issue
Block a user