diff options
author | Marc Haber <zugschlus@debian.org> | 2006-07-30 09:59:47 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2006-07-30 09:59:47 +0000 |
commit | 4c177a401cd73d42d8f83157746c166322b04402 (patch) | |
tree | 95b04dac5d09c20fdca4b473d0987cc53f59614c /debian/exim4-base.cron.daily | |
parent | 4e2bf0add708e184cc96ff4678ac93c1aa4554bb (diff) | |
download | exim4-4c177a401cd73d42d8f83157746c166322b04402.tar.gz |
remove debugging exit 0 from cron job. duh.
svn path=/exim/trunk/; revision=1531
Diffstat (limited to 'debian/exim4-base.cron.daily')
-rw-r--r-- | debian/exim4-base.cron.daily | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/exim4-base.cron.daily b/debian/exim4-base.cron.daily index 081717c..ef00ce9 100644 --- a/debian/exim4-base.cron.daily +++ b/debian/exim4-base.cron.daily @@ -58,8 +58,6 @@ if [ "$WATCH_PANICLOG" = "yes" ]; then fi fi -exit 0 - # run tidydb as Debian-exim:Debian-exim. if [ -x /usr/sbin/exim_tidydb ]; then cd $SPOOLDIR/db || exit 1 |