]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed old lines from crontab.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Jul 2009 20:56:37 +0000 (22:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Jul 2009 20:56:37 +0000 (22:56 +0200)
config/fcron/crontab

index ff1542357530a709d4d230ef8773f9afed8c1fc8..66e473f9a17a295e90b687948622a70822f46dd8 100644 (file)
@@ -13,46 +13,3 @@ HOME=/
 &nice(10),bootrun 25 1 * * *   test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily
 &nice(10),bootrun 47 2 * * 0   test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly
 &nice(10),bootrun 52 3 1 * *   test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.monthly
-
-# Log rotation
-01 * * * *     /usr/sbin/logrotate /etc/logrotate.conf
-
-# Set time
-*/5 * * * *    /usr/local/bin/timecheck > /dev/null 2>&1
-
-# Summarize ip accounting info:
-2 1 * * *      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the day 2 days ago" >/dev/null
-3 1 * * 0      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the week 4 weeks ago" >/dev/null
-4 1 1 2 *      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the year 2 years ago" >/dev/null
-
-# Make some nice graphs
-*/5 * * * *    /usr/local/bin/makegraphs >/dev/null
-
-# Force update the dynamic dns registration once a week
-# Force update even if IP has not changed once a month if 'minimize update' selected in GUI
-# to avoid account declared as dead
-*/5 * * * *    [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl
-9 2 * * 0      [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl -f
-3 2 1 * *      [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl -f -m
-
-# Logwatch
-01 0 * * *     /usr/local/bin/logwatch > /var/log/logwatch/`date -I -d yesterday`; \
-               LOGWATCH_KEEP=$(sed -ne 's/^LOGWATCH_KEEP=\([0-9]\+\)$/\1/p' /var/ipfire/logging/settings); \
-               find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';'
-
-# hddshutdown
-02 * * * *     /usr/local/bin/hddshutdown >/dev/null
-
-# connection-scheduler
-*/5 * * * *    /usr/local/bin/connscheduler timer > /dev/null
-
-# URL Filter && Update Accelerator
-%nightly * 3-5   /var/ipfire/urlfilter/autoupdate/cron.daily
-%weekly  * 3-5   /var/ipfire/urlfilter/autoupdate/cron.weekly
-%monthly * 3-5 * /var/ipfire/urlfilter/autoupdate/cron.monthly
-%nightly * 3-5   /var/ipfire/updatexlrator/autocheck/cron.daily
-%weekly  * 3-5   /var/ipfire/updatexlrator/autocheck/cron.weekly
-%monthly * 3-5 * /var/ipfire/updatexlrator/autocheck/cron.monthly
-
-# Reset Dialup Statistics
-&bootrun 0 0 1 * *     /usr/local/bin/dialctrl.pl reset