init-functions: Add two functions
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Fri, 3 Feb 2012 06:39:43 +0000 (14:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Feb 2012 15:56:38 +0000 (15:56 +0000)
commit9b03aeaaebc8dc6293ebe3867b894e038b910733
treea572f3411fe4edfaf714fd339581c2abf731a2ec
parente1666313ece4b0e640358f7f5c09bbc6b7ca33f6
init-functions: Add two functions

Add log_begin_msg() and log_end_msg () in init-functions because some startup scripts need them.
if there are not two functions, then error information will arise on screen.
for example,
$ /etc/init.d/avahi-daemon start
/etc/init.d/avahi-daemon: line 161: log_begin_msg: command not found
/etc/init.d/avahi-daemon: line 163: log_end_msg: command not found

[YOCTO #1907]

(From OE-Core rev: 05682408ef7fca6029e48a18b2f660eeec65a4ec)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsb/lsb/init-functions