svn commit: trunk/busybox/init

vda at busybox.net vda at busybox.net
Sat Jan 31 01:07:06 UTC 2009


Author: vda
Date: 2009-01-31 01:07:05 +0000 (Sat, 31 Jan 2009)
New Revision: 25174

Log:
init: small correction in a comment



Modified:
   trunk/busybox/init/init.c


Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c	2009-01-31 01:03:45 UTC (rev 25173)
+++ trunk/busybox/init/init.c	2009-01-31 01:07:05 UTC (rev 25174)
@@ -654,8 +654,8 @@
  * and unmasks all signals. However, for process with PID==1,
  * default action (SIG_DFL) on any signal is to ignore it,
  * even for special signals SIGKILL and SIGCONT.
- * (SIGSTOP is still handled specially, at least in 2.6.20)
  * Also, any signal can be caught or blocked.
+ * (but SIGSTOP is still handled specially, at least in 2.6.20)
  *
  * We install two kinds of handlers, "immediate" and "delayed".
  *



More information about the busybox-cvs mailing list