Skip to content
Snippets Groups Projects
Commit b54cbad6 authored by Bastian Bittorf's avatar Bastian Bittorf Committed by Jo-Philipp Wich
Browse files

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: default avatarBastian Bittorf <bb@npl.de>
parent c7a7e7c9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment