Lines of svc.daemon from check-in b8c8da525b that are changed by the sequence of edits moving toward check-in 8f80b79392:
1: # vim:ft=make:
2:
b8c8da525b 2019-10-20 3: _daemon: .USE DAEMON _service
4:
5: _service: .USE
6: .if empty(${DAEMON_$@_ENABLE:tl:Mno})
7: svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}
8: .endif