Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Santos <casantos@datacom.ind.br>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] modem-manager: support a defaults file in the init script
Date: Sat, 21 Apr 2018 19:48:59 -0300 (BRT)	[thread overview]
Message-ID: <752037619.956994.1524350939007.JavaMail.zimbra@datacom.ind.br> (raw)
In-Reply-To: <20180421131939.GA13287@x230>

> From: "Petr Vorel" <petr.vorel@gmail.com>
> To: "Carlos Santos" <casantos@datacom.ind.br>
> Cc: "buildroot" <buildroot@buildroot.org>, "Yegor Yefremov" <yegorslists@googlemail.com>, "Aleksander Morgado"
> <aleksander@aleksander.es>
> Sent: Saturday, April 21, 2018 10:19:40 AM
> Subject: Re: [PATCH v2] modem-manager: support a defaults file in the init script

> Hi Carlos,
> 
>> Sometimes it is useful to pass some parameters to ModemManager when it
>> starts (e.g. --log-level). Allow the user add a file with such flags in
>> a MODEMMANAGER_ARGS variable. This is simpler than overriding the whole
>> startup script (e.g. by means of a rootfs overlay).
> 
>> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
>> ---
>> Changes v1->v2
>>   - Rebase after commit ef0b7e7521 (modem-manager: don't test if the
>>     binary exists in the init script).
>> ---
>>  package/modem-manager/S44modem-manager | 5 ++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
>> diff --git a/package/modem-manager/S44modem-manager
>> b/package/modem-manager/S44modem-manager
>> index a3f5003aa1..416c1e2ee6 100755
>> --- a/package/modem-manager/S44modem-manager
>> +++ b/package/modem-manager/S44modem-manager
>> @@ -3,13 +3,16 @@
>>  # Starts ModemManager
> 
> 
>> +# Allow a few customizations from a config file
>> +test -r /etc/default/ModemManager && . /etc/default/ModemManager
>> +
> Out of curiosity, what is supposed to be in /etc/default/ModemManager ?

MODEMMANAGER_ARGS="--log-level=DEBUG" is a useful option, possibly
along with --log-file.

>>  PIDFILE=/var/run/ModemManager.pid
> 
>>  start() {
>>  	printf "Starting ModemManager: "
>>  	umask 077
>>  	start-stop-daemon -S -q -b -m -p $PIDFILE \
>> -		--exec /usr/sbin/ModemManager
>> +		--exec /usr/sbin/ModemManager -- $MODEMMANAGER_ARGS
> LGTM.
> 
>>  	[ $? = 0 ] && echo "OK" || echo "FAIL"
>>  }
>>  stop() {
> 
> 
> Kind regards,
> Petr

-- 
Carlos Santos (Casantos) - DATACOM, P&D
?The greatest triumph that modern PR can offer is the transcendent 
success of having your words and actions judged by your reputation, 
rather than the other way about.? ? Christopher Hitchens

  reply	other threads:[~2018-04-21 22:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-21 13:00 [Buildroot] [PATCH v2] modem-manager: support a defaults file in the init script Carlos Santos
2018-04-21 13:19 ` Petr Vorel
2018-04-21 22:48   ` Carlos Santos [this message]
2018-04-22 19:37     ` Petr Vorel
2018-04-22 21:38 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=752037619.956994.1524350939007.JavaMail.zimbra@datacom.ind.br \
    --to=casantos@datacom.ind.br \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox