diff options
author | Changqing Li <changqing.li@windriver.com> | 2024-11-20 12:36:58 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 06:11:30 -0800 |
commit | 055a8f6fc83bd1204865661ce8d34fce4898fa3c (patch) | |
tree | fa670fa4977bc5fef69e1d9f10cac0cc1e66586a /bitbake/lib/bb/exceptions.py | |
parent | ca10bad4db99afddaa86ef43b66f74ffe8d94b26 (diff) | |
download | poky-055a8f6fc83bd1204865661ce8d34fce4898fa3c.tar.gz |
sysvinit: backport patch for fixing one issue of pidof
When a program is a link to an executable, and this executable is
handled by update-alternatives, renamed to a different name, cmd
`pidof full_path_of_program` will not work.
Eg:
/usr/sbin/httpd -> /usr/sbin/httpd.apache2
`pidof /usr/sbin/httpd` cannot get pid of the process httpd
Backport the patch to fix above issue.
(From OE-Core rev: 60e6fe983c82d8a62fc07d9271d44d0cb072f0fd)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/exceptions.py')
0 files changed, 0 insertions, 0 deletions