Differences From Artifact [839662713b]:
- File dumpon.init — part of check-in [716b0393df] at 2019-10-21 10:37:45 on branch trunk — rework daemonization, export enable variables and add checks for them (user: arcade, size: 122) [annotate] [blame] [check-ins using]
To Artifact [c2234e19da]:
- File dumpon.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 150) [annotate] [blame] [check-ins using]
|
| < < > | | > | 1 2 3 4 5 6 7 | DUMPDEV?=no dumpon: random test -e ${DUMPDEV} && { \ echo "MRC:$@> Setting dumpon device to ${DUMPDEV}"; \ dumpon -v ${DUMPDEV}; \ } || true |