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

Diff for /src/etc/daily between version 1.14 and 1.15

version 1.14, 1996/12/07 18:46:46 version 1.15, 1996/12/15 19:11:54
Line 70 
Line 70 
     #egrep -v '\.core$' $TMP      #egrep -v '\.core$' $TMP
 fi  fi
   
 rm -f $TMP  
   
 msgs -c  msgs -c
   
 if [ -f /etc/news.expire ]; then  if [ -f /etc/news.expire ]; then
Line 105 
Line 103 
 fi  fi
   
 echo ""  echo ""
 echo ""  
 echo "Checking subsystem status:"  echo "Checking subsystem status:"
 echo ""  echo ""
 echo "disks:"  echo "disks:"
Line 114 
Line 111 
 dump W  dump W
 echo ""  echo ""
   
   mailq > $TMP
   if ! grep -q "^Mail queue is empty$" $TMP; then
           echo ""
           echo "mail:"
           cat $TMP
   fi
   
 echo ""  
 echo "mail:"  
 mailq  
   
 if [ -d /var/spool/uucp ]; then  if [ -d /var/spool/uucp ]; then
         echo ""          uustat -a > $TMP
         echo "uucp:"          if [ -s $TMP ]; then
         uustat -a                  echo ""
                   echo "uucp:"
                   cat $TMP
           fi
 fi  fi
   
 echo ""  echo ""
Line 130 
Line 132 
 netstat -i  netstat -i
 echo ""  echo ""
   
 if [ -d /var/rwho ]; then  t=/var/rwho/*
   if [ "$t" != '/var/rwho/*' ]; then
         ruptime          ruptime
 fi  fi
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15