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

Diff for /src/etc/daily between version 1.35 and 1.36

version 1.35, 2001/03/06 20:29:48 version 1.36, 2001/09/09 01:07:31
Line 128 
Line 128 
   
 # Rotation of mail log now handled automatically by cron and 'newsyslog'  # Rotation of mail log now handled automatically by cron and 'newsyslog'
   
 if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then  
         echo ""  
         echo "Cleaning up UUCP:"  
         echo /etc/uuclean.daily | su daemon  
 fi  
   
 echo ""  echo ""
 echo "Checking subsystem status:"  echo "Checking subsystem status:"
 echo ""  echo ""
Line 148 
Line 142 
         echo ""          echo ""
         echo "mail:"          echo "mail:"
         cat $TMP          cat $TMP
 fi  
   
 if [ -d /var/spool/uucp ]; then  
         uustat -a > $TMP  
         if [ -s $TMP ]; then  
                 echo ""  
                 echo "uucp:"  
                 cat $TMP  
         fi  
 fi  fi
   
 echo ""  echo ""

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36