Annotation For plain.starter.mk
Logged in as anonymous

Lines of plain.starter.mk from check-in cbff0b494f that are changed by the sequence of edits moving toward check-in 1ae31ed8a2:

                         1: _service_plain: .USE
                         2: 	chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND}
                         3: 
cbff0b494f 2023-08-18    4: _service_status: .USE
                         5: 	echo "Plain service status doesn't work right now."
                         6: 
cbff0b494f 2023-08-18    7: _service_exit: .USEBEFORE
cbff0b494f 2023-08-18    8: 	echo "Plain service exit doesn't work right now."