]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: no messages of status command print
authorLu Chong <Chong.Lu@windriver.com>
Tue, 22 Oct 2013 09:40:22 +0000 (17:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 13:39:03 +0000 (13:39 +0000)
/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>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init

index 04025e65f89bbc5262cfac276fed03b6aba43586..42c86297c3d3870ae4ca28ee344c34ca3bc79ffc 100644 (file)
@@ -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