shutdown: Remove unnecessary 2-second delay.

This commit is contained in:
Jilles Tjoelker 2012-05-23 19:25:46 +00:00
parent 251386b4b2
commit 23124c879c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235855

View file

@ -356,7 +356,6 @@ perform_shutdown(void)
syslog(LOG_NOTICE, "%s by %s: %s",
doreboot ? "reboot" : dohalt ? "halt" : dopower ? "power-down" :
"shutdown", whom, mbuf);
(void)sleep(2);
(void)printf("\r\nSystem shutdown time has arrived\007\007\r\n");
if (killflg) {