]> git.pld-linux.org Git - packages/exim.git/blame - exim.cron.db
- handle all databases at one time
[packages/exim.git] / exim.cron.db
CommitLineData
7f0182a7
AM
1#!/bin/sh
2cd /
9abc83e7
AM
3/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
4
5exit 0
This page took 0.057692 seconds and 4 git commands to generate.