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

Diff for /src/etc/netstart between version 1.135 and 1.136

version 1.135, 2012/12/02 16:19:18 version 1.136, 2012/12/02 21:02:45
Line 34 
Line 34 
                 chmod -LR o-rwx $file                  chmod -LR o-rwx $file
                 chown -LR root.wheel $file                  chown -LR root.wheel $file
         fi          fi
         if ! ifconfig $if > /dev/null 2>&1; then          # Check for ifconfig'able interface.
                 # Try to create interface if it does not exist          (ifconfig $if || ifconfig $if create) >/dev/null 2>&1 || return
                 if ! ifconfig $if create > /dev/null 2>&1; then  
                         return  
                 fi  
         fi  
   
         # Now parse the hostname.* file          # Now parse the hostname.* file
         while :; do          while :; do

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136