Diff
Logged in as anonymous

Differences From Artifact [839662713b]:

To Artifact [c2234e19da]:


1
2
3
4
5

6
7





1
2
3
4


5
6
7
-
-



+
-
-
+
+
+
# vim:ft=make:

DUMPDEV?=no

dumpon: random
	test -e ${DUMPDEV} && { \
	: Setting dumpon device.
	test -e ${DUMPDEV} && dumpon -v ${DUMPDEV} || true
	  echo "MRC:$@> Setting dumpon device to ${DUMPDEV}"; \
	  dumpon -v ${DUMPDEV}; \
	} || true