ltt-sessiond: use short options for modprobe in order to support Busybox
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Nov 2011 11:51:21 +0000 (12:51 +0100)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 3 Nov 2011 13:49:10 +0000 (09:49 -0400)
commit24b487b8fd44e7c4938d6915a1bd958141fee8f7
tree15c5d044042911347f98bf3cb2b19a26cd177ef1
parent48842b309b2000205367409c0f29ca40ec3e251c
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 <thomas.petazzoni@free-electrons.com>
ltt-sessiond/main.c
This page took 0.024697 seconds and 4 git commands to generate.