mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
lsb: add begin function to lsb_log_message
Some init scripts call a "begin" action to log early init phase messages, e.g. openvswitch-controller. Add the "begin" function to lsb_log_message. (From OE-Core rev: c956290902afd0e4f6d8f545dfe0a55796deec5e) Signed-off-by: Paul Barrette <paul.barrette@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d204a58b3
commit
0902b63870
@@ -21,6 +21,11 @@ case "$ACTION" in
|
|||||||
warning "$*"
|
warning "$*"
|
||||||
echo
|
echo
|
||||||
;;
|
;;
|
||||||
|
begin)
|
||||||
|
echo -n $*
|
||||||
|
begin "$*"
|
||||||
|
echo
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user