Origin for each line in devfs.init.mk from check-in 7a1e7f4a58:
7a1e7f4a58 2019-10-21 1: DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf 7a1e7f4a58 2019-10-21 2: 7a1e7f4a58 2019-10-21 3: devfs: 7a1e7f4a58 2019-10-21 4: echo "MRC:$@> Applying rules: ${DEVFS_CONFIG_FILES}" 7a1e7f4a58 2019-10-21 5: .for file in ${DEVFS_CONFIG_FILES} 7a1e7f4a58 2019-10-21 6: .if exists(${file}) 7a1e7f4a58 2019-10-21 7: devfsctl -a -f ${file} 7a1e7f4a58 2019-10-21 8: .endif 7a1e7f4a58 2019-10-21 9: .endfor