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

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

version 1.6, 1997/07/07 23:19:41 version 1.7, 1997/08/18 06:12:51
Line 16 
Line 16 
 #*/1    *       *       *       *       /usr/bin/newsyslog -m  #*/1    *       *       *       *       /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 "daily output" root  30      1       *       *       *       /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root
 30      3       *       *       6       /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root  30      3       *       *       6       /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root
 30      5       1       *       *       /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthly output" root  30      5       1       *       *       /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root

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