=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/weekly,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/etc/weekly 1995/10/18 08:37:57 1.1 --- src/etc/weekly 1995/12/19 13:14:15 1.2 *************** *** 9,14 **** --- 9,20 ---- host=`hostname -s` echo "Subject: $host weekly run output" + if [ -f /etc/weekly.local ];then + echo "" + echo "Running weekly.local:" + . /etc/weekly.local + fi + #echo "" #echo "Removing old .o files:" #find /usr/src -name '*.o' -atime +21 -print -a -exec rm -f {} \;