Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/cronie/files: cronie-1.3-crontab
Date: Sun, 30 Mar 2014 11:40:35
Message-Id: 20140330114032.77E1620057@flycatcher.gentoo.org
1 polynomial-c 14/03/30 11:40:32
2
3 Added: cronie-1.3-crontab
4 Log:
5 Attempt to fix installation of anacron (bug #503666)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 sys-process/cronie/files/cronie-1.3-crontab
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/files/cronie-1.3-crontab?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/files/cronie-1.3-crontab?rev=1.1&content-type=text/plain
14
15 Index: cronie-1.3-crontab
16 ===================================================================
17 # for cronie
18 # $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-crontab,v 1.1 2014/03/30 11:40:32 polynomial-c Exp $
19
20 # Global variables
21 SHELL=/bin/bash
22 PATH=/sbin:/bin:/usr/sbin:/usr/bin
23 MAILTO=root
24 HOME=/
25
26 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
27 # if anacron is not present
28 59 * * * * root [ ! -f /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.hourly
29 9 3 * * * root [ ! -f /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.daily
30 19 4 * * 6 root [ ! -f /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.weekly
31 29 5 1 * * root [ ! -f /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.monthly
32 */10 * * * * root [ ! -f /etc/cron.hourly/0anacron ] && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; }