Annotation For svc.daemon
Logged in as anonymous

Origin for each line in svc.daemon from check-in 47c6cc1171:

5062c9b6fc 2019-10-19        arcade: # vim:ft=make:
5062c9b6fc 2019-10-19        arcade: 
8f80b79392 2019-10-20        arcade: _daemon: DAEMON .USE
47c6cc1171 2019-10-20        arcade: .if empty(DAEMON_$@_ENABLE:tl:Mno)
8f80b79392 2019-10-20        arcade: 	svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}
8f80b79392 2019-10-20        arcade: .endif
84d4cb5e66 2019-10-19        arcade: 
84d4cb5e66 2019-10-19        arcade: _service: .USE
47c6cc1171 2019-10-20        arcade: .if empty(DAEMON_$@_ENABLE:tl:Mno)
b8c8da525b 2019-10-20        arcade: 	svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}
b8c8da525b 2019-10-20        arcade: .endif