]> 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>
Fri, 30 May 2014 15:31:22 +0000 (16:31 +0100)
commit675fd834b9ed696cd87809830d57d3da083580d3
treec917dc3a236d154284a6dc2fc4e6a20df41d2931
parent2a36a02c2444551579b8498468debfaff0faa6d8
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]

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