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)
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>

No differences found
This page took 0.028462 seconds and 4 git commands to generate.