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