[oe-commits] Lu Chong : dbus: no messages of status command print

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 14:37:33 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9844b5e2a544b2c2f76aac497c3a2cdfcc46577c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9844b5e2a544b2c2f76aac497c3a2cdfcc46577c

Author: Lu Chong <Chong.Lu at windriver.com>
Date:   Tue Oct 22 17:40:22 2013 +0800

dbus: no messages of status command print

/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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 at debian.org>
 
-set -e
+# set -e
 
 # Source function library.
 . /etc/init.d/functions



More information about the Openembedded-commits mailing list