init: Remove unnecessary 2-second delay before calling reboot(2).
This commit is contained in:
parent
d7c8c7fdfb
commit
3c52150e70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236020
@ -646,8 +646,6 @@ single_user(void)
|
||||
if (Reboot) {
|
||||
/* Instead of going single user, let's reboot the machine */
|
||||
sync();
|
||||
alarm(2);
|
||||
pause();
|
||||
reboot(howto);
|
||||
_exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user