From 9844b5e2a544b2c2f76aac497c3a2cdfcc46577c Mon Sep 17 00:00:00 2001 From: Lu Chong Date: Tue, 22 Oct 2013 17:40:22 +0800 Subject: 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 Signed-off-by: Saul Wold --- 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 04025e65f8..42c86297c3 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 -set -e +# set -e # Source function library. . /etc/init.d/functions -- cgit 1.2.3-korg