Annotation For node_exporter.service.mk
Logged in as anonymous

Lines of node_exporter.service.mk from check-in d8511a3d7c that are changed by the sequence of edits moving toward check-in 7b547778fc:

                         1: DAEMON_node_exporter_COMMAND?=/usr/local/bin/node_exporter --web.listen-address=${DAEMON_node_exporter_LISTEN_ADDRESS} --collector.textfile.directory=${DAEMON_node_exporter_TEXTFILE_DIR}
d8511a3d7c 2022-05-30    2: DAEMON_node_exporter_ENABLE?=no
                         3: DAEMON_node_exporter_LISTEN_ADDRESS?=:9100
                         4: DAEMON_node_exporter_TEXTFILE_DIR?=/var/tmp/node_exporter
                         5: DAEMON_node_exporter_USER?=nobody
                         6: DAEMON_node_exporter_GROUP?=nobody
                         7: 
                         8: node_exporter: ${_SERVICE}
                         9: 	install -d -o ${DAEMON_node_exporter_USER} -g ${DAEMON_node_exporter_GROUP} -m1755 ${DAEMON_node_exporter_TEXTFILE_DIR}