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

Diff for /src/etc/netstart between version 1.42 and 1.43

version 1.42, 1998/09/10 16:01:32 version 1.43, 1998/09/18 18:42:10
Line 84 
Line 84 
   
             # check to see if device should be configure by dhcp              # check to see if device should be configure by dhcp
             if [ "$af" = "dhcp" ]; then              if [ "$af" = "dhcp" ]; then
                   ifconfig $1 $extras down
                 cmd="/sbin/dhclient $1";                  cmd="/sbin/dhclient $1";
             else              else
                 if [ ! -n "$name" ]; then                  if [ ! -n "$name" ]; then

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43