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

Diff for /src/etc/netstart between version 1.89 and 1.90

version 1.89, 2003/12/03 13:28:36 version 1.90, 2003/12/04 01:19:37
Line 136 
Line 136 
         fi          fi
         brconfig $1 > /dev/null 2>&1          brconfig $1 > /dev/null 2>&1
         if [ "$?" != "0" ]; then          if [ "$?" != "0" ]; then
                 return                  # Try to create interface if it does not exist
                   ifconfig $if create > /dev/null 2>&1
                   if [ "$?" != "0" ]; then
                           return
                   fi
         fi          fi
   
         # Now parse the bridgename.* file          # Now parse the bridgename.* file

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90