[BACK]Return to crontab CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/crontab between version 1.15 and 1.16

version 1.15, 2007/02/27 16:04:16 version 1.16, 2009/05/09 14:21:24
Line 16 
Line 16 
 # send log file notifications, if necessary  # send log file notifications, if necessary
 #1-59   *       *       *       *       /usr/bin/newsyslog -m  #1-59   *       *       *       *       /usr/bin/newsyslog -m
 #  #
 # do daily/weekly/monthly maintenance  # do daily and weekly maintenance
 30      1       *       *       *       umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root  30      1       *       *       *       umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root
 30      3       *       *       6       umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root  30      3       *       *       6       umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root
 30      5       1       *       *       umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root  
 #0      *       *       *       *       /usr/libexec/spamd-setup  #0      *       *       *       *       /usr/libexec/spamd-setup

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16