[dovecot-cvs] dovecot/src/master master-settings.c,1.117,1.118
cras at dovecot.org
cras at dovecot.org
Sun Apr 2 12:18:52 EEST 2006
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv17420/src/master
Modified Files:
master-settings.c
Log Message:
Changed the default lock_method back to fcntl. flock seems to be broken in
some systems..
Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- master-settings.c 1 Apr 2006 09:58:19 -0000 1.117
+++ master-settings.c 2 Apr 2006 09:18:49 -0000 1.118
@@ -319,7 +319,7 @@
#else
MEMBER(mmap_no_write) FALSE,
#endif
- MEMBER(lock_method) "flock",
+ MEMBER(lock_method) "fcntl",
MEMBER(maildir_stat_dirs) FALSE,
MEMBER(maildir_copy_with_hardlinks) FALSE,
MEMBER(mbox_read_locks) "fcntl",
More information about the dovecot-cvs
mailing list