]> code.ossystems Code Review - openembedded-core.git/commit
lsb: fix lsb_log_msg() implementation
authorCristian Iorga <cristian.iorga@intel.com>
Thu, 27 Mar 2014 07:18:17 +0000 (09:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Mar 2014 09:41:16 +0000 (09:41 +0000)
commit365ab9118b6c68aedb2e79129202b385329a8abb
tree43b403578355bff4ea22211e572a4fc04afcf705
parent31b5aeb5a0b82842e1dd8545bf5d43778d8c218b
lsb: fix lsb_log_msg() implementation

LSB lsb_log_message calls a begin()
function that should be implemented
in /etc/init.d/functions.
The aforementioned script does not
implement the begin() function, as
such there is a small issue related to logging.

This fix implements a local version of
the function, while cleaning up the
troublesome previous implementation.

Fix [YOCTO #5795]

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsb/lsb/init-functions
meta/recipes-extended/lsb/lsb/lsb_log_message