ports/emulators/open-vm-tools/files/patch-scripts_freebsd_network
2017-06-30 18:37:49 +00:00

10 lines
340 B
Text

--- scripts/freebsd/network.orig 2017-02-24 22:15:37 UTC
+++ scripts/freebsd/network
@@ -59,6 +59,7 @@ ToggleNetwork() {
for intf in `list_net_interfaces dhcp`; do
/etc/rc.d/netif $1 $intf
+ /etc/rc.d/dhclient $1 $intf
ec=$?
# Failure to stop an interface should not interfere with suspend.