From c474dda61c900197ef05e64d1e5af35785cbb7c1 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 2 Jul 2016 14:06:41 +0200 Subject: sys-process/cronie: Bump to version 1.5.1 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler --- sys-process/cronie/files/cronie-1.3-crontab | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sys-process/cronie/files') diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab index c1364fac4d8e..14a6b9b1922f 100644 --- a/sys-process/cronie/files/cronie-1.3-crontab +++ b/sys-process/cronie/files/cronie-1.3-crontab @@ -8,9 +8,8 @@ MAILTO=root HOME=/ # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly -# if anacron is not present -59 * * * * root [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.hourly -9 3 * * * root [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.daily -19 4 * * 6 root [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.weekly -29 5 1 * * root [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.monthly -*/10 * * * * root [ ! -x /etc/cron.hourly/0anacron ] && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; } +59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly +9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily +19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly +29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly +*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons -- cgit v1.2.3-18-g5258