diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-27 15:01:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:34 +0100 |
commit | 10304e08adf0f6e426256ec99c5a7ffbcd52e115 (patch) | |
tree | 52f91c106965b3dd21d4eb6849570973da5bfc8e /scripts/gen-site-config | |
parent | 5d87fb8b7bda7da3b77e0c99425efc3525654426 (diff) | |
download | poky-10304e08adf0f6e426256ec99c5a7ffbcd52e115.tar.gz |
connman_test.sh: Rework for busybox 'ps'
This script has two problems today. First, it does 'ps -ef cmd'
in failure which real ps doesn't grok and busybox ps just ignores
the argument on. Switch that to 'ps -ef'. Second, busybox ps -o
doesn't understand cmd but does understand comm. Using comm lets
us simplify the test logic as well, so switch to that.
(From OE-Core rev: cb34ce6833f298d487eeb35cf8297f286ef624d4)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/gen-site-config')
0 files changed, 0 insertions, 0 deletions