]> code.ossystems Code Review - openembedded-core.git/commit
init-functions: Conforming applications may install one or more initialization scripts
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Tue, 10 May 2011 08:30:16 +0000 (16:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 May 2011 15:41:22 +0000 (16:41 +0100)
commit5c846091b034fff21333487df4ada5667eb8e247
treecc723e6135987e9119e1174f0e0ed2c46c846a83
parent2fd69dbdb44b29116c3dbdab5a63b16ae76f2062
init-functions: Conforming applications may install one or more initialization scripts

LSB Test Suite need init scripts for lsb-image.

During the installer's post-install processing phase the program /usr/lib/lsb/install_initd \
must be called to activate the init script. \
When a software package is removed, /usr/lib/lsb/remove_initd \
must be called to deactivate the init script.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
meta/recipes-extended/lsb/lsb/init-functions [new file with mode: 0755]
meta/recipes-extended/lsb/lsb/lsb_killproc [new file with mode: 0755]
meta/recipes-extended/lsb/lsb/lsb_log_message [new file with mode: 0755]
meta/recipes-extended/lsb/lsb/lsb_pidofproc [new file with mode: 0755]
meta/recipes-extended/lsb/lsb/lsb_start_daemon [new file with mode: 0755]