diff options
author | Baogen Shang <baogen.shang@windriver.com> | 2013-11-21 00:53:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-22 14:08:32 +0000 |
commit | 05e9f1f8357e0f1d418b72af7d766063ade92ccd (patch) | |
tree | 6b6602214e18c3e6d1e170e1958661ab7b81bd39 /meta/recipes-multimedia | |
parent | 637ad2f8193cd5a708ba246c6f7d26a794ac3e4f (diff) | |
download | poky-05e9f1f8357e0f1d418b72af7d766063ade92ccd.tar.gz |
acpid: fix acpid break down
when execute the command "/etc/init.d/acpid stop" and "/etc/init.d/acpid
restart", it prompt "no /usr/sbin/acpid found;none killed",The acpid could
not be restarted because the script start with "!/bin/sh –e", that will
make the script stop when an error occurred. So when no 'acpid' running
(we have stopped it), the script would exit and 'restart' operation would
be stopped by ‘stop’ operation.so avoiding the error occurred, add "-o"
option,exit status 0 (not 1)if nothing done.
(From OE-Core rev: b7a8daf52c9befc773f320e54999bb91efdac334)
Signed-off-by: Baogen Shang <baogen.shang@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions