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: |
af90e819b108714ad6c755f577c1def0 |
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
Modified smartd.service.mk
from [e7f4a7cbc2]
to [e1518a32b3].
1 2 3 4 5 6 7 8 9 | 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." ; \ | | | 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." ; \ exit 1; \ } |