From 3131b48abc446b9468965c5ab3db6d7b37390010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 30 May 2008 12:48:44 +0000 Subject: [PATCH] - remove scripts for delay, anacron now own most of the scripts. Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig. --- crontab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crontab b/crontab index 2e97063..55e3c9e 100644 --- a/crontab +++ b/crontab @@ -5,3 +5,6 @@ HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly +02 4 * * * root run-parts /etc/cron.daily +22 4 * * 0 root run-parts /etc/cron.weekly +42 4 1 * * root run-parts /etc/cron.monthly