diff options
author | David Frey <dpfrey@gmail.com> | 2019-01-10 11:23:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-14 11:35:56 +0000 |
commit | 0c3278af9077184947c9eeb190e1088d71953653 (patch) | |
tree | 97c436cfd836c3cf0791f165003e0ee2c76aa46c /.gitignore | |
parent | 889d9e037fe426e8d2ee12af9500627c23dae7b0 (diff) | |
download | poky-0c3278af9077184947c9eeb190e1088d71953653.tar.gz |
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.
(From OE-Core rev: f6e03a43ee71c406fa8e68309624efd5384f437a)
Signed-off-by: David Frey <dpfrey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions