the beginnings of a proper man page for busybox.
[oweals/busybox.git] / reboot.c
index 17ec9f82ff806d17377fbbafbcd29e5f9054ec57..1339a60f45592cc2084110997753567aa71b8f5b 100644 (file)
--- a/reboot.c
+++ b/reboot.c
@@ -26,6 +26,6 @@
 extern int
 reboot_main(int argc, char ** argv)
 {
-       /* don't assume init's pid == 1 */
-       exit( kill(findInitPid(), SIGUSR2));
+    /* don't assume init's pid == 1 */
+    exit( kill(findInitPid(), SIGINT));
 }