Echo and pass dumpdev as the device argument to savecore.

PR: bin/51655
This commit is contained in:
davidc 2004-03-18 15:18:20 +00:00
parent 7bdc346d08
commit 5dc13201b2

View File

@ -50,8 +50,8 @@ savecore_prestart()
savecore_start()
{
echo "Checking for core dump..."
savecore ${savecore_flags} ${DUMPDIR}
echo "Checking for core dump on ${dumpdev} ..."
savecore ${savecore_flags} ${DUMPDIR} ${dumpdev}
}
load_rc_config $name