[BusyBox] BusyBox 1.0.0-pre9 released

Vladimir N. Oleynik dzo at simtreas.ru
Thu Apr 8 07:56:42 UTC 2004


Quy,

> Init has problems with inittab's that contain only actions
> sysinit/wait/once. It does not clean up zombies in that case.
> 
> Attached is a little patch to fix it.

I think, may be other variant veri original solution:

         /* If there is nothing else to do, stop */
         if (init_action_list == NULL) {
                 message(LOG | CONSOLE,
                                 "No more tasks for init -- sleeping forever.");
-                loop_forever();
         }

Its make
1) signal handelr for reload inittab
2) wait and sleep code already presend from next lines
3) size reducing ;-)


--w
vodz




More information about the busybox mailing list