Annotation For smartd.service.mk
Logged in as anonymous

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

                         1: DAEMON_smartd_COMMAND?=/usr/local/sbin/smartd
                         2: DAEMON_smartd_ENABLE?=no
                         3: DAEMON_smartd_FLAGS?=-c /usr/local/etc/smartd.conf
                         4: DAEMON_smartd_FOREGROUND?=-n
                         5: 
af90e819b1 2019-10-25    6: smartd: _service
af90e819b1 2019-10-25    7: 	test -z "$${DAEMON_$@_ENABLE}" || \
af90e819b1 2019-10-25    8: 	test -f /usr/local/etc/smartd.conf || { \
af90e819b1 2019-10-25    9: 	  echo "MRC:$@> smartd requires config file to start." ; \
af90e819b1 2019-10-25   10: 	  exit 1; \
af90e819b1 2019-10-25   11: 	}