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