Annotation For savecore.init
Logged in as anonymous

Origin for each line in savecore.init from check-in 5062c9b6fc:

5062c9b6fc 2019-10-19        arcade: # vim:ft=make:
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: DUMPDIR?=/var/crash
5062c9b6fc 2019-10-19        arcade: CRASHINFO_ENABLE?=no
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: savecore: dumpon
5062c9b6fc 2019-10-19        arcade: .if empty(${DUMPDEV:tl:Mno}) && exists(${DUMPDEV}) && exists(${DUMPDIR})
5062c9b6fc 2019-10-19        arcade: 	: Saving coredump.
5062c9b6fc 2019-10-19        arcade: 	savecore ${DUMPDIR} ${DUMPDEV}
5062c9b6fc 2019-10-19        arcade: .if empty(${CRASHINFO_ENABLE:tl:Mno})
5062c9b6fc 2019-10-19        arcade: 	crashinfo -d ${DUMPDIR}
5062c9b6fc 2019-10-19        arcade: .endif
5062c9b6fc 2019-10-19        arcade: .endif