[BusyBox-cvs] busybox/init reboot.c,1.30,1.31

Erik Andersen andersen at busybox.net
Tue Jul 22 17:04:58 UTC 2003


Update of /var/cvs/busybox/init
In directory winder:/tmp/cvs-serv1170

Modified Files:
	reboot.c 
Log Message:
As vodz noticed, I screwed up reboot


Index: reboot.c
===================================================================
RCS file: /var/cvs/busybox/init/reboot.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- reboot.c	22 Jul 2003 09:41:39 -0000	1.30
+++ reboot.c	22 Jul 2003 17:04:54 -0000	1.31
@@ -39,11 +39,11 @@
 
 #ifndef CONFIG_INIT
 #ifndef RB_AUTOBOOT
-#define RB_AUTOBOOT				0x01234567
+#define RB_AUTOBOOT		0x01234567
 #endif
 	return(bb_shutdown_system(RB_AUTOBOOT));
 #else
-	return kill_init(SIGUSR2);
+	return kill_init(SIGTERM);
 #endif
 }
 




More information about the busybox-cvs mailing list