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>
Thu, 26 Jan 2017 17:07:37 +0000 (18:07 +0100)
commitb54cbad6ef2fe592c1624915a84190759620f91c
treeb0900e5b1ae9feabfa291ad6ba73a846f36d4c3f
parentc7a7e7c94ea5cae7260779821648ccaaca6cb8dc
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