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

Diff for /src/etc/netstart between version 1.48 and 1.49

version 1.48, 1999/03/29 22:09:58 version 1.49, 1999/08/09 21:49:04
Line 92 
Line 92 
         continue          continue
     fi      fi
   
       # If the interface does not exist, just skip processing the file
       /sbin/ifconfig $if > /dev/null 2>&1
       if [ "$?" != "0" ]; then
           continue
       fi
   
     # Now parse the hostname.* file      # Now parse the hostname.* file
     {      {
         read af name mask bcaddr extras          read af name mask bcaddr extras

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49