mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Init script was ignoring OPTIONS variable
@ 2015-02-10 12:50 Guillermo Rodriguez
  2015-02-16  9:43 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Guillermo Rodriguez @ 2015-02-10 12:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Guillermo Rodriguez

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-16  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 12:50 [ptxdist] [PATCH] Init script was ignoring OPTIONS variable Guillermo Rodriguez
2015-02-16  9:43 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox