Package: gsm0710muxd Version: 1.13-1+b1 Hi there,
gsm0710muxd doesn't recognize the "-l" option because it's missing in
the getopt() opt string.
# /usr/sbin/gsm0710muxd -l foo ...
/usr/sbin/gsm0710muxd: invalid option -- 'l'
Usage: /usr/sbin/gsm0710muxd [options]
Options:
-d: Fork, get a daemon [no]
-v: verboser logging
-s <serial port name>: Serial port device to connect to
[/dev/modem]
-t <timeout>: reset modem after this number of seconds of
silence [0]
-P <pin-code>: PIN code to unlock SIM [-1]
-p <number>: use ping and reset modem after this number of
unanswered pings [0]
-l <filename>: set logfile name [<not set>]
-x <dir>: power managment base dir [<not set>]
-a <mode>: additional_functionality [0]
-b <baudrate>: muxer-mode baudrate [115200]
-B <baudrate>: serial port baudrate [115200]
-m <modem>: Mode (basic, advanced) [advanced]
-f <framsize>: Frame size [64]
-h: Show this help message and show current settings.
The attached patch should fix that. Please bump gsm0710muxd for squeeze
as well as wheezy.
Thanks in advance!
0001-Add-l-to-the-opt-string.patch
Description: 0001-Add-l-to-the-opt-string.patch

