openwrtv3/package/system/procd
Bastian Bittorf b54cbad6ef procd: update procd.sh to disallow signal-numbers, enforce signal-names
A given signal-name is now converted to the corresonding number. In general
it's good style to use names (readability) and it's more portable: signal
numbers can be architecture-dependent, so we are more safe giving names.

A real world example is signal 10, which is BUS on ramips and USR1 on PPC.

All users of 'procd_send_signal' must change their code to reflect this.

Signed-off-by: Bastian Bittorf <bb@npl.de>
2017-01-26 18:07:37 +01:00
..
files procd: update procd.sh to disallow signal-numbers, enforce signal-names 2017-01-26 18:07:37 +01:00
Makefile procd: update to latest git HEAD 2017-01-26 16:19:45 +01:00