Annotation For daemon.starter.mk
Logged in as anonymous

Lines of daemon.starter.mk from check-in 04f7295047 that are changed by the sequence of edits moving toward check-in be5654b61b:

                         1: _service_daemon: .USE
04f7295047 2022-05-30    2: 	daemon -c -u ${DAEMON_$@_USER:Uroot} -r -P /var/run/daemon.$@.pid ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON$@_FOREGROUND}
                         3: 
                         4: _service_daemon_status: .USE
                         5: 	echo "Not supported yet."
                         6: 
                         7: _service_daemon_exit: .USEBEFORE
                         8: 	kill -TERM /var/run/daemon.${@:S/_exit//}.pid