Artifact 6873f9fe09452025a0ffdfae5f6e76562a5c614a70a38b3bef2bac147f6b7981:
- File devfs.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 217) [annotate] [blame] [check-ins using]
DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf devfs: echo "MRC:$@> Applying rules: ${DEVFS_CONFIG_FILES}" .for file in ${DEVFS_CONFIG_FILES} .if exists(${file}) devfsctl -a -f ${file} .endif .endfor