=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/etc/daily 1995/10/18 08:37:56 1.1 --- src/etc/daily 1995/12/19 13:14:13 1.2 *************** *** 6,11 **** --- 6,17 ---- host=`hostname -s` echo "Subject: $host daily run output" + if [ -f /etc/daily.local ];then + echo "" + echo "Running daily.local:" + . /etc/daily.local + fi + echo "" echo "Removing scratch and junk files:" if [ -d /tmp -a ! -h /tmp ]; then