summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-07-02 14:06:41 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-07-02 14:24:45 +0200
commitc474dda61c900197ef05e64d1e5af35785cbb7c1 (patch)
tree7136bc806c135c40df57ab4e3c0df3bfe5e08f40 /sys-process/cronie/files
parentx11-plugins/pidgin-sipe: Version bump (#585820) (diff)
downloadgentoo-c474dda61c900197ef05e64d1e5af35785cbb7c1.tar.gz
gentoo-c474dda61c900197ef05e64d1e5af35785cbb7c1.tar.bz2
gentoo-c474dda61c900197ef05e64d1e5af35785cbb7c1.zip
sys-process/cronie: Bump to version 1.5.1
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process/cronie/files')
-rw-r--r--sys-process/cronie/files/cronie-1.3-crontab11
1 files changed, 5 insertions, 6 deletions
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