Annotation For svc.daemon
Logged in as anonymous

Lines of svc.daemon from check-in 47c6cc1171 that are changed by the sequence of edits moving toward check-in b9bb8f0f8e:

                         1: # vim:ft=make:
                         2: 
                         3: _daemon: DAEMON .USE
                         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
                         9: .if empty(DAEMON_$@_ENABLE:tl:Mno)
                        10: 	svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}
                        11: .endif