forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
374 B
Text
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.
|