Turn the verbose mode on for dumpon(8).

This commit is contained in:
Ruslan Ermilov 2000-10-12 10:34:59 +00:00
parent ea413ab7ad
commit 9667076c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67008

2
etc/rc
View file

@ -340,7 +340,7 @@ case ${dumpdev} in
;;
*)
if [ -e "${dumpdev}" -a -d /var/crash ]; then
dumpon ${dumpdev}
dumpon -v ${dumpdev}
echo -n checking for core dump...
savecore /var/crash
fi