svn commit: trunk/busybox/init

vda at busybox.net vda at busybox.net
Tue Feb 19 12:10:19 UTC 2008


Author: vda
Date: 2008-02-19 04:10:18 -0800 (Tue, 19 Feb 2008)
New Revision: 21066

Log:
init: fix comments



Modified:
   trunk/busybox/init/init.c


Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c	2008-02-19 12:08:38 UTC (rev 21065)
+++ trunk/busybox/init/init.c	2008-02-19 12:10:18 UTC (rev 21066)
@@ -577,7 +577,7 @@
 	loop_forever();
 }
 
-/* Handler for HUP and QUIT - exec "restart" action,
+/* Handler for QUIT - exec "restart" action,
  * else (no such action defined) do nothing */
 static void exec_restart_action(int sig ATTRIBUTE_UNUSED)
 {
@@ -715,7 +715,7 @@
 		/* Swapoff on halt/reboot */
 		if (ENABLE_SWAPONOFF)
 			new_init_action(SHUTDOWN, "swapoff -a", "");
-		/* Prepare to restart init when a HUP is received */
+		/* Prepare to restart init when a QUIT is received */
 		new_init_action(RESTART, "init", "");
 		/* Askfirst shell on tty1-4 */
 		new_init_action(ASKFIRST, bb_default_login_shell, "");




More information about the busybox-cvs mailing list