Diff
Logged in as anonymous

Differences From Artifact [b59b15c824]:

To Artifact [b36f3be61c]:


1
2

3
4
5
6

7


8
1

2
3
4
5
6
7

8
9
10

-
+




+
-
+
+

IFCONFIG_IFACES?=lo0
IFCONFIG_lo0?=inet 127.0.0.1/8 up
IFCONFIG_lo0?="inet 127.0.0.1/8 up"

ifconfig: adjkerntz wlans cloned kld
	echo "MRC:$@> Starting interfaces: ${IFCONFIG_IFACES}"
.for iface in ${IFCONFIG_IFACES}
.for item in ${IFCONFIG_${iface}}
	ifconfig ${iface} ${IFCONFIG_${iface}}
	ifconfig ${iface} ${item}
.endfor
.endfor