[dovecot-cvs] dovecot configure.in,1.318,1.319
tss at dovecot.org
tss at dovecot.org
Tue Jan 16 16:59:08 UTC 2007
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.19, 1.115.2.20 maildir-storage.h, 1.49.2.4, 1.49.2.5 maildir-util.c, 1.14.2.2, 1.14.2.3
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.143, 1.144 maildir-storage.h, 1.60, 1.61 maildir-util.c, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv25388
Modified Files:
configure.in
Log Message:
When opening maildir, check if tmp/'s atime is over 8h old. If it is, delete
old files in it. However if atime - ctime > 36h, it means there's nothing to
be deleted so the scanning isn't done then. We update atime if filesystem is
mounted with noatime.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- configure.in 20 Dec 2006 04:36:49 -0000 1.318
+++ configure.in 16 Jan 2007 16:59:06 -0000 1.319
@@ -411,7 +411,7 @@
strcasecmp stricmp vsnprintf vsyslog writev pread \
setrlimit setproctitle seteuid setreuid setegid setresgid \
strtoull strtouq setpriority quotactl getmntent kqueue kevent \
- getrusage backtrace_symbols walkcontext)
+ getrusage backtrace_symbols walkcontext dirfd)
dnl * I/O loop function
have_ioloop=no
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.19, 1.115.2.20 maildir-storage.h, 1.49.2.4, 1.49.2.5 maildir-util.c, 1.14.2.2, 1.14.2.3
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.143, 1.144 maildir-storage.h, 1.60, 1.61 maildir-util.c, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list