]> git.pld-linux.org Git - packages/exim-lite.git/blobdiff - exim.cron.db
- rel 3
[packages/exim-lite.git] / 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.064914 seconds and 4 git commands to generate.