Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] dbus: no messages of status command print
@ 2013-10-22  9:40 Chong.Lu
  0 siblings, 0 replies; only message in thread
From: Chong.Lu @ 2013-10-22  9:40 UTC (permalink / raw)
  To: openembedded-core

From: Lu Chong <Chong.Lu@windriver.com>

/etc/init.d/dbus-1 use "set -e" to let the script exit when any command failes.
This will cause "/etc/init.d/dbus-1 status" command can't display messages when dbus is stopped.

Signed-off-by: Lu Chong <Chong.Lu@windriver.com>
---
 meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init
index 04025e6..42c8629 100644
--- a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init
+++ b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init
@@ -14,7 +14,7 @@
 # Debian init.d script for D-BUS
 # Copyright © 2003 Colin Walters <walters@debian.org>
 
-set -e
+# set -e
 
 # Source function library.
 . /etc/init.d/functions
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-22  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22  9:40 [PATCH] dbus: no messages of status command print Chong.Lu

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