Annotation For devd.service
Logged in as anonymous

Lines of devd.service from check-in 47c6cc1171 that are changed by the sequence of edits moving toward check-in 716b0393df:

                         1: # vim:ft=make:
                         2: 
                         3: DAEMON_devd_COMMAND?=/sbin/devd
                         4: DAEMON_devd_FLAGS?=-dq
                         5: 
47c6cc1171 2019-10-20    6: devd: _service ifconfig
47c6cc1171 2019-10-20    7: .if !empty(DAEMON_devd_ENABLE:tl:Mno)
47c6cc1171 2019-10-20    8: 	sysctl hw.bus.devctl_disable=1
47c6cc1171 2019-10-20    9: .endif