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: Wed, 06 Feb 2019 09:32:23
Message-Id: 1549445531.331b15d5fd648fa6b2a43d07757b365e19d749f8.polynomial-c@gentoo
1 commit: 331b15d5fd648fa6b2a43d07757b365e19d749f8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 29 10:06:07 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 6 09:32:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331b15d5
7
8 sys-process/cronie: remove unused file
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-process/cronie/files/cronie-1.3-crontab | 14 --------------
14 1 file changed, 14 deletions(-)
15
16 diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
17 deleted file mode 100644
18 index 99c2b54f3fd..00000000000
19 --- a/sys-process/cronie/files/cronie-1.3-crontab
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
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