Echo and pass dumpdev as the device argument to savecore.

PR: bin/51655
This commit is contained in:
Chad David 2004-03-18 15:18:20 +00:00
parent 78592d56ef
commit 450e8255a1

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