Annotation For node_exporter.service.mk
Logged in as anonymous

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

                         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}
                         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: 
7a1e7f4a58 2019-10-21    8: node_exporter: _service
7a1e7f4a58 2019-10-21    9: 	test -z "$${DAEMON_$@_ENABLE}" || \
                        10: 	install -d -o ${DAEMON_node_exporter_USER} -g ${DAEMON_node_exporter_GROUP} -m1755 ${DAEMON_node_exporter_TEXTFILE_DIR}