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

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

version 1.1, 1995/10/18 08:37:56 version 1.2, 1995/12/19 13:14:13
Line 6 
Line 6 
 host=`hostname -s`  host=`hostname -s`
 echo "Subject: $host daily run output"  echo "Subject: $host daily run output"
   
   if [ -f /etc/daily.local ];then
           echo ""
           echo "Running daily.local:"
           . /etc/daily.local
   fi
   
 echo ""  echo ""
 echo "Removing scratch and junk files:"  echo "Removing scratch and junk files:"
 if [ -d /tmp -a ! -h /tmp ]; then  if [ -d /tmp -a ! -h /tmp ]; then

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