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

Diff for /src/etc/netstart between version 1.110 and 1.111

version 1.110, 2005/10/25 14:18:38 version 1.111, 2005/11/02 18:45:26
Line 172 
Line 172 
         brconfig $1 > /dev/null 2>&1          brconfig $1 > /dev/null 2>&1
         if [ "$?" != "0" ]; then          if [ "$?" != "0" ]; then
                 # Try to create interface if it does not exist                  # Try to create interface if it does not exist
                 ifconfig $if create > /dev/null 2>&1                  ifconfig $1 create > /dev/null 2>&1
                 if [ "$?" != "0" ]; then                  if [ "$?" != "0" ]; then
                         return                          return
                 fi                  fi

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111