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

Diff for /src/etc/crontab between version 1.7 and 1.8

version 1.7, 1997/08/18 06:12:51 version 1.8, 2000/12/29 14:38:45
Line 13 
Line 13 
 # rotate log files every hour, if necessary  # rotate log files every hour, if necessary
 0       *       *       *       *       /usr/bin/newsyslog  0       *       *       *       *       /usr/bin/newsyslog
 # send log file notifications, if necessary  # send log file notifications, if necessary
 #*/1    *       *       *       *       /usr/bin/newsyslog -m  #1-59   *       *       *       *       /usr/bin/newsyslog -m
 #  #
 # do daily/weekly/monthly maintenance  # do daily/weekly/monthly maintenance
 30      1       *       *       *       /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root  30      1       *       *       *       /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8