shutdown: Remove unnecessary 2-second delay.
This commit is contained in:
parent
251386b4b2
commit
23124c879c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235855
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user