]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- handle all databases at one time
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Sep 2006 06:42:00 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.cron.db -> 1.7

exim.cron.db

index c7ef7f29b6f9aca6443ce5c34130088674c04431..d7ba4126c2e4d96c73c7efc5fb93af1e44477166 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
 cd /
-/usr/bin/exim_tidydb -t 28d /var/spool/exim retry
-/usr/bin/exim_tidydb -t 28d /var/spool/exim wait-remote_smtp
+/usr/bin/find /var/spool/exim/db -maxdepth 1 -name '*.lockfile' -or -type f -printf '%f\0' | xargs -0r -n 1 /usr/bin/exim_tidydb /var/spool/exim > /dev/null
+
+exit 0
This page took 0.134235 seconds and 4 git commands to generate.