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

Diff for /src/etc/netstart between version 1.112 and 1.113

version 1.112, 2005/12/06 17:24:18 version 1.113, 2005/12/28 04:55:35
Line 146 
Line 146 
                         # Strip off /etc/hostname. prefix                          # Strip off /etc/hostname. prefix
                         if=${hn#/etc/hostname.}                          if=${hn#/etc/hostname.}
                         test "$if" = "*" && continue                          test "$if" = "*" && continue
   
                         # Skip unwanted ifs                          # Skip unwanted ifs
                         s=""                          s=""
                         for xf in $2; do                          for xf in $2; do
                                 test "$xf" = "${if%%[0-9]*}" && s="1" && break                                  test "$xf" = "${if%%[0-9]*}" && s="1" && break
                         done                          done

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113