[OpenWrt-Devel] [PATCH] [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command()

2014-10-16 Thread Bastian Bittorf
[netifd/scripts] support numeric and symbolic values for signal in proto_kill_command() instead of let the caller do the conversion of symbolic to numeric, do the conversion internally - the old mode (numeric) is still supported Signed-off-by: Bastian Bittorf bitt...@bluebottle.com ---

Re: [OpenWrt-Devel] [PATCH] [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command()

2014-10-16 Thread John Crispin
Hi Bastian, On 16/10/2014 08:37, Bastian Bittorf wrote: [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command() instead of let the caller do the conversion of symbolic to numeric, do the conversion internally - the old mode (numeric) is still supported