init: Remove unnecessary 2-second delay before calling reboot(2).

This commit is contained in:
Jilles Tjoelker 2012-05-25 19:45:01 +00:00
parent d7c8c7fdfb
commit 3c52150e70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236020

View File

@ -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);
}