On Saturday 18 April 2009 12:22, [email protected] wrote: > Hi, > > I switched to busybox acpid applet and it works besides > the little problem, that each event leaves a zombie > process of the according shell script. > > Is this a issue of the run_parts applet or have I > configured something wrong? > > Is there a possibility to end the shell script > that it doesn't end itself in a zombie process?
No, the parent process needs to take care of that. Try this: http://busybox.net/downloads/fixes-1.14.0/busybox-1.14.0-acpid.patch -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
