Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525242
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- /usr/share/doc/fcron-3.1.2-r2/crontab       2013-12-17 18:30:17.537046954 +0100
0
++ /etc/crontab        2014-10-13 08:19:24.000000000 +0100
Lines 15-22 Link Here
15
HOME=/
15
HOME=/
16
16
17
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
17
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
18
59  *  * * *    rm -f /var/spool/cron/lastrun/cron.hourly
18
59  *  * * *    /bin/rm -f /var/spool/cron/lastrun/cron.hourly
19
9  3  * * *     rm -f /var/spool/cron/lastrun/cron.daily
19
9  3  * * *     /bin/rm -f /var/spool/cron/lastrun/cron.daily
20
19 4  * * 6     rm -f /var/spool/cron/lastrun/cron.weekly
20
19 4  * * 6     /bin/rm -f /var/spool/cron/lastrun/cron.weekly
21
29 5  1 * *     rm -f /var/spool/cron/lastrun/cron.monthly
21
29 5  1 * *     /bin/rm -f /var/spool/cron/lastrun/cron.monthly
22
*/10  *  * * *  test -x /usr/sbin/run-crons && /usr/sbin/run-crons
22
*/10  *  * * *  /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons

Return to bug 525242