View | Details | Raw Unified | Return to bug 149116
Collapse All | Expand All

(-)scripts/vmware/network (+1 lines)
Lines 59-64 Link Here
59
59
60
      for intf in `list_net_interfaces dhcp`; do
60
      for intf in `list_net_interfaces dhcp`; do
61
         /etc/rc.d/netif $1 $intf
61
         /etc/rc.d/netif $1 $intf
62
         /etc/rc.d/dhclient $1 $intf
62
         ec=$?
63
         ec=$?
63
64
64
         # Failure to stop an interface should not interfere with suspend.
65
         # Failure to stop an interface should not interfere with suspend.

Return to bug 149116