mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
10 lines
340 B
Text
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.
|