Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fcron/files: crontab
Date: Sun, 03 Mar 2013 16:28:38
Message-Id: 20130303162806.C7DBF2171E@flycatcher.gentoo.org
1 wschlich 13/03/03 16:28:06
2
3 Modified: crontab
4 Log:
5 removed myself from metdata.xml
6
7 (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 sys-process/fcron/files/crontab
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/files/crontab?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/files/crontab?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/files/crontab?r1=1.2&r2=1.3
15
16 Index: crontab
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/files/crontab,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- crontab 12 May 2009 09:21:58 -0000 1.2
23 +++ crontab 3 Mar 2013 16:28:06 -0000 1.3
24 @@ -1,5 +1,5 @@
25 # for fcron
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/files/crontab,v 1.2 2009/05/12 09:21:58 bangert Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/files/crontab,v 1.3 2013/03/03 16:28:06 wschlich Exp $
28
29 # fcron:
30 # This is NOT the system crontab! fcron does not support a system crontab.
31 @@ -15,8 +15,8 @@
32 HOME=/
33
34 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
35 -59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
36 -9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
37 -19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
38 -29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
39 -*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
40 +59 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
41 +9 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
42 +19 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
43 +29 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
44 +*/10 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons