Artifact b36f3be61c38ccb770efbe9106135bf57f896001a66d5a7790d2aff65b1c486d:
- File ifconfig.init.mk — part of check-in [c9cd53b0f6] at 2019-10-23 07:40:41 on branch trunk — make interface configuration multiline (user: arcade, size: 261) [annotate] [blame] [check-ins using]
IFCONFIG_IFACES?=lo0 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} ${item} .endfor .endfor