From: Thomas Petazzoni Date: Thu, 3 Nov 2011 11:51:21 +0000 (+0100) Subject: ltt-sessiond: use short options for modprobe in order to support Busybox X-Git-Tag: v2.0-pre15~174 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=24b487b8fd44e7c4938d6915a1bd958141fee8f7;hp=24b487b8fd44e7c4938d6915a1bd958141fee8f7;p=lttng-tools.git ltt-sessiond: use short options for modprobe in order to support Busybox Many embedded systems are based on Busybox, and therefore use the Busybox implementation of modprobe. This implementation does not support long options such as --remove and --quiet, only short options such as -r and -q are supported. This patches changes ltt-sessiond to use the short options, which are more widely available, and allows lttng to work easily on a Busybox-based system. Signed-off-by: Thomas Petazzoni ---