home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / cron.d / update-motd < prev   
Encoding:
Text File  |  2009-03-09  |  633 b   |  11 lines

  1. # /etc/cron.d/update-motd: crontab fragment for update-motd
  2. #
  3. # Running 'update-motd' dynamically generates the /etc/motd with
  4. # a concatenation of output from each script in /etc/update-motd.d/*
  5.  
  6. */10 * * * *    root    [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null
  7. 0 * * * *    root    [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd hourly 2>/dev/null
  8. 0 0 * * *    root    [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd daily 2>/dev/null
  9. 0 0 * * 0    root    [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd weekly 2>/dev/null
  10. 0 0 1 * *    root    [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd monthly 2>/dev/null
  11.