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

Diff for /src/etc/netstart between version 1.45 and 1.46

version 1.45, 1998/10/28 19:17:10 version 1.46, 1999/03/01 05:04:24
Line 89 
Line 89 
             read af name mask bcaddr extras              read af name mask bcaddr extras
             read dt dtaddr              read dt dtaddr
   
             # check to see if device should be configure by dhcp              # $af can be either "up", "dhcp", or an address family.
             if [ "$af" = "dhcp" ]; then              if [ "$af" = "up" ]; then
                   # The only one of these guaranteed to be set is $if
                   ifconfig $if $name $mask $bcaddr $extras up
               elif [ "$af" = "dhcp" ]; then
                 ifconfig $if $extras down                  ifconfig $if $extras down
                 cmd="/sbin/dhclient $if";                  cmd="/sbin/dhclient $if";
             else              else

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46