kill -1 behaviour

Giuseppe Ciotta giuseppe at telvia.it
Wed Mar 8 16:32:16 UTC 2006


On Wed, Mar 08, 2006 at 10:24:10AM -0500, Rob Landley wrote:

> Is this busybox ash?
Yes

> You never said what version of busybox you're using, or what version
> of the kernel, but let's take a look at busybox ash...

I'm using 1.1.0 with a 2.4.20 kernel

> Why do you want to use the ash built-in instead of the busybox
> command?

Just because using the ash builtin, i hoped not to have the current
shell killed, since it's the shell itself sending the signal through
kill(). Using the external command, as from the specs i've mentioned
before, could bring to have the shell receive the signal, since it's
not the shelf itself to send the signal, but /bin/kill.  
Given that in both cases the shell receives the signal (sent by the
shell itself or from /bin/kill) i'm just not sure about the right
thing to expect.

-- 
Giuseppe Ciotta
(string 99 105 97 111)



More information about the busybox mailing list