home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / casper / filesystem.squashfs / etc / anacrontab < prev    next >
Text File  |  2010-06-20  |  395b  |  13 lines

  1. # /etc/anacrontab: configuration file for anacron
  2.  
  3. # See anacron(8) and anacrontab(5) for details.
  4.  
  5. SHELL=/bin/sh
  6. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  7.  
  8. # These replace cron's entries
  9. 1    5    cron.daily     nice run-parts --report /etc/cron.daily
  10. 7    10    cron.weekly     nice run-parts --report /etc/cron.weekly
  11. @monthly    15    cron.monthly nice run-parts --report /etc/cron.monthly
  12.  
  13.