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

Diff for /src/etc/weekly between version 1.1 and 1.2

version 1.1, 1995/10/18 08:37:57 version 1.2, 1995/12/19 13:14:15
Line 9 
Line 9 
 host=`hostname -s`  host=`hostname -s`
 echo "Subject: $host weekly run output"  echo "Subject: $host weekly run output"
   
   if [ -f /etc/weekly.local ];then
           echo ""
           echo "Running weekly.local:"
           . /etc/weekly.local
   fi
   
 #echo ""  #echo ""
 #echo "Removing old .o files:"  #echo "Removing old .o files:"
 #find /usr/src -name '*.o' -atime +21 -print -a -exec rm -f {} \;  #find /usr/src -name '*.o' -atime +21 -print -a -exec rm -f {} \;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2