signaling SIGRTMIN+1 and SIGRTMIN+2 using pkill busybox applet.

Denys Vlasenko vda.linux at googlemail.com
Thu Dec 30 23:00:58 UTC 2010


On Thursday 30 December 2010 18:52, Sameer Naik wrote:
> I think you may have missed out on adding
> 
> config FEATURE_RTMINMAX
> 
> in one of the config files.

In current version, it can be embedded in .c file like this
in libbb/u_signal_names.c:

//config:config FEATURE_RTMINMAX
//config:      bool "Support RTMIN[+n] and RTMAX[-n] signal names"
//config:      default y
//config:      help
//config:        Support RTMIN[+n] and RTMAX[-n] signal names
//config:        in kill, killall etc. This costs ~250 bytes.

-- 
vda


More information about the busybox mailing list