Echo and pass dumpdev as the device argument to savecore.
PR: bin/51655
This commit is contained in:
parent
78592d56ef
commit
450e8255a1
@ -50,8 +50,8 @@ savecore_prestart()
|
|||||||
|
|
||||||
savecore_start()
|
savecore_start()
|
||||||
{
|
{
|
||||||
echo "Checking for core dump..."
|
echo "Checking for core dump on ${dumpdev} ..."
|
||||||
savecore ${savecore_flags} ${DUMPDIR}
|
savecore ${savecore_flags} ${DUMPDIR} ${dumpdev}
|
||||||
}
|
}
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user