Explain that the admin can safely power down the system as well as

rebooting.
This commit is contained in:
Nik Clayton 2002-01-18 22:45:29 +00:00
parent 7f3aade047
commit 422702e9a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89522

View file

@ -390,7 +390,8 @@ shutdown_panic(void *junk, int howto)
} else { /* zero time specified - reboot NOW */ } else { /* zero time specified - reboot NOW */
return; return;
} }
printf("--> Press a key on the console to reboot <--\n"); printf("--> Press a key on the console to reboot,\n");
printf("--> or switch off the system now.\n");
cngetc(); cngetc();
} }
} }