[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


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



More information about the dovecot-cvs mailing list