Differences From Artifact [1d2a1d0583]:
- File dumpon.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 128) [annotate] [blame] [check-ins using]
To Artifact [c73d66f500]:
- File dumpon.init — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 130) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 |
# vim:ft=make:
DUMPDEV?=no
dumpon: random
.if empty(${DUMPDEV:tl:Mno})
: Setting dumpon device.
| | | 1 2 3 4 5 6 7 8 9 |
# vim:ft=make:
DUMPDEV?=no
dumpon: random
.if empty(${DUMPDEV:tl:Mno})
: Setting dumpon device.
: dumpon -v ${DUMPDEV}
.endif
|