~ubuntu-branches/ubuntu/natty/cron/natty

« back to all changes in this revision

Viewing changes to debian/crontab.main

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-27 13:59:30 UTC
  • Revision ID: james.westby@ubuntu.com-20061127135930-c25unyvgkuxmku23
Tags: 3.0pl1-99ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
8
8
 
9
9
# m h dom mon dow user  command
10
 
17 *    * * *   root    run-parts --report /etc/cron.hourly
11
 
25 6    * * *   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
12
 
47 6    * * 7   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
13
 
52 6    1 * *   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
 
10
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
 
11
25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
 
12
47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
 
13
52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
14
14
#
15
15
 
16
16