procd: update procd.sh to disallow signal-numbers, enforce signal-names
authorBastian Bittorf <bb@npl.de>
Fri, 13 Jan 2017 19:22:51 +0000 (20:22 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Feb 2017 14:40:20 +0000 (15:40 +0100)
commitbe7480cb5a5a4879f41acb6e4f11c8759d178b75
tree161609fdb8d5d7e3efae22266c741976350fe0ea
parent7c5bc827b70eaace4578bc39cb8995292d10758d
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>
package/system/procd/files/procd.sh