freebsd-ports/emulators/open-vm-tools/files/patch-scripts-network
2010-11-15 23:59:05 +00:00

10 lines
374 B
Text

--- ./scripts/freebsd/network.orig 2010-04-28 03:17:28.000000000 +0900
+++ ./scripts/freebsd/network 2010-11-11 22:18:23.000000000 +0900
@@ -59,6 +59,7 @@
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.