[dovecot-cvs] dovecot configure.in,1.277.2.49,1.277.2.50

tss at dovecot.org tss at dovecot.org
Tue Jan 16 16:59:04 UTC 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv25452

Modified Files:
      Tag: branch_1_0
	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.277.2.49
retrieving revision 1.277.2.50
diff -u -d -r1.277.2.49 -r1.277.2.50
--- configure.in	7 Jan 2007 07:26:13 -0000	1.277.2.49
+++ configure.in	16 Jan 2007 16:59:00 -0000	1.277.2.50
@@ -383,7 +383,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