mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 08:33:49 +00:00
De-bash some script in lsb to make it not dependent on bash. [YOCTO #5555] (From OE-Core rev: 5ba55f9936d1f036518a1722f9c1e551477e167c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /etc/init.d/functions
|
|
|
|
LSB=LSB-1.1 killproc $*
|
|
exit $?
|