Annotation For smartd.service.mk
Logged in as anonymous

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

                         1: DAEMON_smartd_COMMAND?=/usr/local/sbin/smartd
d8511a3d7c 2022-05-30    2: DAEMON_smartd_ENABLE?=no
                         3: DAEMON_smartd_FLAGS?=-c /usr/local/etc/smartd.conf
                         4: DAEMON_smartd_FOREGROUND?=-n
                         5: 
                         6: smartd: ${_SERVICE}
                         7: 	if [ ! -f /usr/local/etc/smartd.conf ]; then \
                         8: 		echo "MRC:$@> smartd requires config file to start."; \
                         9: 		exit 1; \
                        10: 	fi