LSB Command Check: fix install_initd and remove_initd not found
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 13 Sep 2013 08:14:41 +0000 (16:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 07:21:01 +0000 (08:21 +0100)
commitd9691f6cf1015ab546eedb3accf8cb42e3599fbf
treed97f1df9705f85b2b236f89453a611fb901f53aa
parent57bd60935e2859b44bd93f7d42e9ddfe50ef41dc
LSB Command Check: fix install_initd and remove_initd not found

The install_initd and remove_initd are linked to /sbin/chkconfig for lsb
core test, but chkconfig has been moved from /sbin to /usr/sbin in order
to fix QA warning about unsafe references in binaries.
(In commit e486242db83297701803866bea971a2f1a1135fe)

Let install_initd and remove_initd link to /usr/sbin/chkconfig could fix
this issue.

[YOCTO #5152]

(From OE-Core rev: 789c4c13c5095a2865d1ee1b242141b5b076bed5)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsb/lsb_4.1.bb