diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-05-25 19:45:01 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-05-25 19:45:01 +0000 |
commit | 3c52150e70ebc3e264786918f0414edfa243a7d2 (patch) | |
tree | 9522c789fbf42f400fc7827372ee642620e98037 /sbin/init | |
parent | d7c8c7fdfb64ab58c3601729d4d82dd2b2397f5b (diff) | |
download | src-test2-3c52150e70ebc3e264786918f0414edfa243a7d2.tar.gz src-test2-3c52150e70ebc3e264786918f0414edfa243a7d2.zip |
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index 8fd93bdfec56..c19b0700b749 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -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); } |