From: "Guillermo Rodriguez" <guille.rodriguez@gmail.com>
To: ptxdist@pengutronix.de
Cc: Guillermo Rodriguez <guille.rodriguez@gmail.com>
Subject: [ptxdist] [PATCH] Init script was ignoring OPTIONS variable
Date: Tue, 10 Feb 2015 13:50:13 +0100 [thread overview]
Message-ID: <1423572613-27623-1-git-send-email-guille.rodriguez@gmail.com> (raw)
The init script defines an OPTIONS variable (which can be overriden by
an additional config file in /etc/default/avahi-daemon) but then ignores
this OPTIONS variable when starting the daemon.
---
generic/etc/init.d/avahi-daemon | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/generic/etc/init.d/avahi-daemon b/generic/etc/init.d/avahi-daemon
index 7dc8be6..27c22cc 100644
--- a/generic/etc/init.d/avahi-daemon
+++ b/generic/etc/init.d/avahi-daemon
@@ -13,7 +13,7 @@ test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon
start_proc(){
$BINARY -c && return 0
-$BINARY -D
+$BINARY $OPTIONS
case $? in
0)
echo " [+] (avahi-daemon)"
--
1.7.0.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-02-10 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 12:50 Guillermo Rodriguez [this message]
2015-02-16 9:43 ` Michael Olbrich
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=1423572613-27623-1-git-send-email-guille.rodriguez@gmail.com \
--to=guille.rodriguez@gmail.com \
--cc=ptxdist@pengutronix.de \
/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