Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
Date: Sun, 27 May 2018 19:16:37
Message-Id: 1527448549.4b8e7e70d4ed6de046d4581998deb45b5c1371e5.polynomial-c@gentoo
1 commit: 4b8e7e70d4ed6de046d4581998deb45b5c1371e5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 19:15:49 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 19:15:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8e7e70
7
8 Revert "sys-process/cronie: remove unused patch"
9
10 This reverts commit d09018079577349048fd70ea5eac6b012eb3288c.
11 This was done without maintainer consent.
12
13 sys-process/cronie/files/cronie-1.3-crontab | 14 ++++++++++++++
14 1 file changed, 14 insertions(+)
15
16 diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
17 new file mode 100644
18 index 00000000000..99c2b54f3fd
19 --- /dev/null
20 +++ b/sys-process/cronie/files/cronie-1.3-crontab
21 @@ -0,0 +1,14 @@
22 +# for cronie
23 +
24 +# Global variables
25 +SHELL=/bin/bash
26 +PATH=/sbin:/bin:/usr/sbin:/usr/bin
27 +MAILTO=root
28 +HOME=/
29 +
30 +# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
31 +59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
32 +9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
33 +19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
34 +29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
35 +*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons