diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-09-20 15:13:51 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-09-20 15:13:51 +0000 |
commit | 10c101fa570f49eb0a2bbe25d5350e793ab516f5 (patch) | |
tree | 619e2ec84cfa48e9f8e5f06c970fa8bf0d5615ef /sys-process/vixie-cron/files | |
parent | x86 stable, thanks JD. Bug 360597 (diff) | |
download | historical-10c101fa570f49eb0a2bbe25d5350e793ab516f5.tar.gz historical-10c101fa570f49eb0a2bbe25d5350e793ab516f5.tar.bz2 historical-10c101fa570f49eb0a2bbe25d5350e793ab516f5.zip |
Whitespace
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-process/vixie-cron/files')
-rw-r--r-- | sys-process/vixie-cron/files/crontab | 4 | ||||
-rw-r--r-- | sys-process/vixie-cron/files/crontab-3.0.1-r4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/vixie-cron/files/crontab b/sys-process/vixie-cron/files/crontab index 3ee4b2b3e212..2b73d3efb4cd 100644 --- a/sys-process/vixie-cron/files/crontab +++ b/sys-process/vixie-cron/files/crontab @@ -1,6 +1,6 @@ # for vixie cron # -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab,v 1.1 2005/03/04 23:59:48 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab,v 1.2 2011/09/20 15:13:51 idl0r Exp $ # # Global variables @@ -10,7 +10,7 @@ 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 +*/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 diff --git a/sys-process/vixie-cron/files/crontab-3.0.1-r4 b/sys-process/vixie-cron/files/crontab-3.0.1-r4 index a38b89ef8169..bb7c4e780d34 100644 --- a/sys-process/vixie-cron/files/crontab-3.0.1-r4 +++ b/sys-process/vixie-cron/files/crontab-3.0.1-r4 @@ -1,5 +1,5 @@ # for vixie cron -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v 1.2 2009/05/12 09:13:46 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v 1.3 2011/09/20 15:13:51 idl0r Exp $ # Global variables SHELL=/bin/bash @@ -12,4 +12,4 @@ HOME=/ 9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily 19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly 29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly -*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons +*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons |