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

(-)anacrontab (-3 / +3 lines)
Lines 1-7 Link Here
1
SHELL=/bin/sh
1
SHELL=/bin/sh
2
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
2
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
3
# format: period delay job-identifier command
3
# format: period delay job-identifier command
4
1       5       cron.daily      run-parts /etc/cron.daily
4
1       5       cron.daily      /usr/sbin/run-crons || run-parts /etc/cron.daily
5
7       10      cron.weekly     run-parts /etc/cron.weekly
5
7       10      cron.weekly     test -x /usr/sbin/run-crons || run-parts /etc/cron.weekly
6
30      15      cron.monthly    run-parts /etc/cron.monthly
6
30      15      cron.monthly    test -x /usr/sbin/run-crons || run-parts /etc/cron.monthly
7
7

Return to bug 235174