Annotation For devfs.init
Logged in as anonymous

Origin for each line in devfs.init from check-in 5062c9b6fc:

5062c9b6fc 2019-10-19    1: # vim:ft=make:
5062c9b6fc 2019-10-19    2: 
5062c9b6fc 2019-10-19    3: DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf
5062c9b6fc 2019-10-19    4: 
5062c9b6fc 2019-10-19    5: devfs:
5062c9b6fc 2019-10-19    6: 	: Applying devfs rules.
5062c9b6fc 2019-10-19    7: .for file in ${DEVFS_CONFIG_FILES}
5062c9b6fc 2019-10-19    8: .if exists(${file})
5062c9b6fc 2019-10-19    9: 	devfsctl -a -f ${file}
5062c9b6fc 2019-10-19   10: .endif
5062c9b6fc 2019-10-19   11: .endfor