Lines of daemon.starter.mk from check-in d8511a3d7c that are changed by the sequence of edits moving toward check-in 04f7295047:
1: _service_daemon: .USE
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
d8511a3d7c 2022-05-30 8: kill -TERM /var/run/daemon.$@.pid