Artifact 1eeb4f1711f6c5350f9f73be04324c24008b7b6f7495e0b8d89cd94119f23cbb:
- File devfs.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 204) [annotate] [blame] [check-ins using]
# vim:ft=make: DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf devfs: : Applying devfs rules. .for file in ${DEVFS_CONFIG_FILES} .if exists(${file}) devfsctl -a -f ${file} .endif .endfor