]> code.ossystems Code Review - openembedded-core.git/commit
bluez5: Fix status subcommand of init script
authorDavid Frey <dpfrey@gmail.com>
Thu, 10 Jan 2019 19:23:52 +0000 (11:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:58 +0000 (11:21 +0000)
commitf6e03a43ee71c406fa8e68309624efd5384f437a
tree225bbece1c40e63b51b964a662b8be2e86e5137c
parentc99cb0bbb78089d1d15c4c8563a71db0df1cb0da
bluez5: Fix status subcommand of init script

Update the bluez5 init script to resolve an issue where the status
subcommand would exit without printing any message if bluez was not
running. The early exit was caused by the fact that the init script has
"set -e". When "pidof ${DAEMON} >/dev/null" is executed, the script
terminates immediately if bluez isn't running because pidof returns a
non-zero result. The fixed version does not suffer from this issue and
makes use of the "status" function from the functions library.

Signed-off-by: David Frey <dpfrey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5/init