Check-in [af90e819b1]
Logged in as anonymous
Overview
Comment:force failure on error
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: af90e819b108714ad6c755f577c1def0f964846a6a4aa7e28657727c9d60ac7c
User & Date: arcade on 2019-10-25 18:58:54.627
Other Links: manifest | tags
Context
2019-10-25
19:00
add pf/pflog, rename ifconfig to netif, comment defaults a little, fix random check-in: 0be859974c user: arcade tags: trunk
18:58
force failure on error check-in: af90e819b1 user: arcade tags: trunk
13:44
silence up microcode a little check-in: 35e11e77a2 user: arcade tags: trunk
Changes
1
2
3
4
5
6
7
8
9
10

11
1
2
3
4
5
6
7
8
9

10
11









-
+

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
	test -z "$${DAEMON_$@_ENABLE}" || \
	test -f /usr/local/etc/smartd.conf || { \
	  echo "MRC:$@> smartd requires config file to start." ; \
	  false; \
	  exit 1; \
	}