SOURCES: exim.cron.db - important bugfix, look for databases in db...

arekm arekm at pld-linux.org
Tue Jun 12 10:17:58 CEST 2007


Author: arekm                        Date: Tue Jun 12 08:17:58 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- important bugfix, look for databases in db subdirectory!

---- Files affected:
SOURCES:
   exim.cron.db (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/exim.cron.db
diff -u SOURCES/exim.cron.db:1.8 SOURCES/exim.cron.db:1.9
--- SOURCES/exim.cron.db:1.8	Thu Sep 21 08:46:16 2006
+++ SOURCES/exim.cron.db	Tue Jun 12 10:17:53 2007
@@ -5,6 +5,6 @@
 
 [ ! -d "$SPOOLDIR" ] && echo "Spooldir [$SPOOLDIR] is not a directory" && exit 1
 
-/usr/bin/find $SPOOLDIR -maxdepth 1 -name '*.lockfile' -or -type f -printf '%f\0' | xargs -0r -n 1 /usr/bin/exim_tidydb $SPOOLDIR > /dev/null
+/usr/bin/find $SPOOLDIR/db -maxdepth 1 -name '*.lockfile' -or -type f -printf '%f\0' | xargs -0r -n 1 /usr/bin/exim_tidydb $SPOOLDIR > /dev/null
 
 exit 0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/exim.cron.db?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list