Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@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 16:11:22
Message-Id: 1527437419.d09018079577349048fd70ea5eac6b012eb3288c.bman@gentoo
1 commit: d09018079577349048fd70ea5eac6b012eb3288c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 12:07:07 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:10:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0901807
7
8 sys-process/cronie: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/8613
11
12 sys-process/cronie/files/cronie-1.3-crontab | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
16 deleted file mode 100644
17 index 99c2b54f3fd..00000000000
18 --- a/sys-process/cronie/files/cronie-1.3-crontab
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# for cronie
22 -
23 -# Global variables
24 -SHELL=/bin/bash
25 -PATH=/sbin:/bin:/usr/sbin:/usr/bin
26 -MAILTO=root
27 -HOME=/
28 -
29 -# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
30 -59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
31 -9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
32 -19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
33 -29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
34 -*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons