Artifact 87db81b2a1fbd7b7c00d094709f737fbb8b532b93a208b80bdf5dc28766be334:
- File ifconfig.init — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 203) [annotate] [blame] [check-ins using]
# vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up ifconfig: adjkerntz wlans : Starting interfaces. .for iface in ${IFCONFIG_IFACES} ifconfig ${iface} ${IFCONFIG_${iface}} .endfor