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

Diff for /src/etc/netstart between version 1.84 and 1.85

version 1.84, 2002/02/23 01:55:24 version 1.85, 2002/05/16 20:48:25
Line 242 
Line 242 
 for hn in /etc/hostname.*; do  for hn in /etc/hostname.*; do
         # Strip off /etc/hostname. prefix          # Strip off /etc/hostname. prefix
         if=${hn#/etc/hostname.}          if=${hn#/etc/hostname.}
           test "$if" = "*" && continue
   
         case $if in          case $if in
         "gif"*|"gre"*)          "gif"*|"gre"*)
Line 314 
Line 315 
 for hn in /etc/hostname.*; do  for hn in /etc/hostname.*; do
         # Strip off /etc/hostname. prefix          # Strip off /etc/hostname. prefix
         if=${hn#/etc/hostname.}          if=${hn#/etc/hostname.}
           test "$if" = "*" && continue
   
         case $if in          case $if in
         "gif"*|"gre"*)          "gif"*|"gre"*)
Line 330 
Line 332 
 for bn in /etc/bridgename.*; do  for bn in /etc/bridgename.*; do
         # Strip off /etc/bridgename. prefix          # Strip off /etc/bridgename. prefix
         if=${bn#/etc/bridgename.}          if=${bn#/etc/bridgename.}
           test "$if" = "*" && continue
   
         bridgestart $if          bridgestart $if
 done  done

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85