From: Jason Wessel Date: Tue, 22 Feb 2011 22:37:25 +0000 (-0500) Subject: usttrace: use short signal names for busybox compatibility X-Git-Tag: v1.9.1~450 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=inline;h=a1bece556695c05c03d4eb83066df553c2fc56b9;hp=a1bece556695c05c03d4eb83066df553c2fc56b9;p=lttng-ust.git usttrace: use short signal names for busybox compatibility The kill command in coreutils will accept the short signal name, but various versions of busybox will not accept the long signal name. For compatibility with busybox use the short signal name. Signed-off-by: Jason Wessel Signed-off-by: Mathieu Desnoyers ---