summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-11 17:02:10 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-11 17:03:24 +0200
commit844c30aac22b7b57e2e495417a9e2f0f8cbdfb1b (patch)
treea948db18466e742c8cd7bd03dcebccfc746ecffe /sys-process/vixie-cron/files/crontab
parentdev-util/pkgconfig-openbsd: Remove last-rited pkg (diff)
downloadgentoo-844c30aac22b7b57e2e495417a9e2f0f8cbdfb1b.tar.gz
gentoo-844c30aac22b7b57e2e495417a9e2f0f8cbdfb1b.tar.bz2
gentoo-844c30aac22b7b57e2e495417a9e2f0f8cbdfb1b.zip
sys-process/vixie-cron: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694036 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/vixie-cron/files/crontab')
-rw-r--r--sys-process/vixie-cron/files/crontab15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/vixie-cron/files/crontab b/sys-process/vixie-cron/files/crontab
deleted file mode 100644
index 15622cb83e60..000000000000
--- a/sys-process/vixie-cron/files/crontab
+++ /dev/null
@@ -1,15 +0,0 @@
-# for vixie cron
-#
-
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-*/15 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-0 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly