Artifact d49d844a3ebf39d4b53be4ba495664255bdf35dea06b799c1ef6184035c61119:
- File savecore.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: 277) [annotate] [blame] [check-ins using]
# vim:ft=make: DUMPDIR?=/var/crash CRASHINFO_ENABLE?=no savecore: dumpon .if empty(${DUMPDEV:tl:Mno}) && exists(${DUMPDEV}) && exists(${DUMPDIR}) : Saving coredump. savecore ${DUMPDIR} ${DUMPDEV} .if empty(${CRASHINFO_ENABLE:tl:Mno}) crashinfo -d ${DUMPDIR} .endif .endif