Differences From Artifact [09ddedf4e9]:
- File ifconfig.init — part of check-in [2b429035c5] at 2019-10-19 06:53:49 on branch trunk — djkerntz and random (user: arcade, size: 36) [annotate] [blame] [check-ins using]
To Artifact [773353bac7]:
- File ifconfig.init — part of check-in [2f11a995dc] at 2019-10-19 08:52:13 on branch trunk — add bootfs, hostname, kld, wlans, config comment, network initialization (user: arcade, size: 194) [annotate] [blame] [check-ins using]
1 2 | # vim:ft=make: | > > > | > > > > | 1 2 3 4 5 6 7 8 9 10 | # 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 ${IFCONFIG_${iface}} .endfor |