Diff
Logged in as anonymous

Differences From Artifact [e1518a32b3]:

To Artifact [60d36c3a2a]:


1
2
3
4
5
6

7
8
9
10



11

1
2
3
4
5

6




7
8
9

10





-
+
-
-
-
-
+
+
+
-
+
DAEMON_smartd_COMMAND?=/usr/local/sbin/smartd
DAEMON_smartd_ENABLE?=no
DAEMON_smartd_FLAGS?=-c /usr/local/etc/smartd.conf
DAEMON_smartd_FOREGROUND?=-n

smartd: _service
smartd: ${_SERVICE}
	test -z "$${DAEMON_$@_ENABLE}" || \
	test -f /usr/local/etc/smartd.conf || { \
	  echo "MRC:$@> smartd requires config file to start." ; \
	  exit 1; \
	if [ ! -f /usr/local/etc/smartd.conf ]; then \
		echo "MRC:$@> smartd requires config file to start."; \
		exit 1; \
	}
	fi