]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- important bugfix, look for databases in db subdirectory! auto/th/exim-4_67-2 auto/th/exim-4_67-4 auto/th/exim-4_67-5 auto/th/exim-4_67-6 auto/th/exim-4_67-7 auto/th/exim-4_68-1 auto/th/exim-4_68-2 auto/th/exim-4_68-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Jun 2007 08:17:53 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.cron.db -> 1.9

exim.cron.db

index 4c0da79b8000dc37fbbcf616c90f46e6bc41cd41..1d5f00183a1dc3f3a16f63682ba8625209aeedc0 100644 (file)
@@ -5,6 +5,6 @@ SPOOLDIR="$(/usr/bin/exim -bP spool_directory | /bin/sed 's/.*=[[:space:]]\(.*\)
 
 [ ! -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
This page took 0.050225 seconds and 4 git commands to generate.