]> code.ossystems Code Review - openembedded-core.git/commit
dbus: add -o option into start-stop-daemon arguments
authorJackie Huang <jackie.huang@windriver.com>
Mon, 22 Jul 2013 08:14:55 +0000 (16:14 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 26 Jul 2013 06:44:26 +0000 (23:44 -0700)
commit03e745f18f9da22cfba53bb0057bdb0af4a49fca
tree0db3977d9d23bf10f0056ea9fdc79e5683dcfe6a
parentec95dfeea1f17eb232563e105085852058a86c0b
dbus: add -o option into start-stop-daemon arguments

/etc/init.d/dbus-1 use "set -e" to let the script exit when any command failes.
This will cause "dbus-1 restart" command can't start dbus when dbus is stopped.
so add --oknodo option to let start-stop-daemon exit with friendly return value.
Then commands will work well.

Signed-off-by: Song.Li <Song.Li@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init