]> code.ossystems Code Review - openembedded-core.git/commit
update-rc.d: fix to handle priority numbers correctly
authorChen Qi <Qi.Chen@windriver.com>
Thu, 29 May 2014 01:50:53 +0000 (09:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:10:33 +0000 (17:10 +0100)
commitb59efa053d1396efd3d5a9c7f88fb5088b063686
tree8c04af81dc2ab1a89fdb4da706ca993e32f832ff
parent1e2aa57d621fa816fa7fc652a3b7d2920844c74d
update-rc.d: fix to handle priority numbers correctly

The update-rc.d treated priority numbers begin with '0' as octal
numbers. This led to problems of update-rc.d being unable to handle
priorities like '08' or '09' correctly.

This patch fixes the above problem.

[YOCTO #6376]

(From OE-Core rev: 675fd834b9ed696cd87809830d57d3da083580d3)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch [new file with mode: 0644]
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb