[BusyBox] shell question regarding huponexit

Joel Coltoff joel at wmi.com
Wed Jul 17 14:56:03 UTC 2002


On Thu, 18 Jul 2002, Andrew Ip wrote:

> 	Does busybox's ash support huponexit at the moment?  What's happening
> on my system is when my /etc/init.d/S71adsl runs adsl-connect in background,
> eg. adsl-connect&.  adsl-connect exits right after S71adsl exits.  Is there
> any way that adsl-connect doesn't exit while S71adsl finished.  BTW, I tried
> exec, but it fails.  Any idea?

I had a similar problem running micro_inetd that went away when I
added

    trap "" SIGHUP

to the top of /etc/rc.d/rcS.

-- 
Joel Coltoff

How often I found where I should be going only by setting out for
somewhere else.
    -- R. Buckminster Fuller




More information about the busybox mailing list