]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
update-rc.d: fix to handle priority numbers correctly ChenQi/updatercd-priority
authorChen Qi <Qi.Chen@windriver.com>
Wed, 28 May 2014 10:33:02 +0000 (18:33 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 29 May 2014 01:45:39 +0000 (09:45 +0800)
commit99d353d5d2ffbfd6a38e937883820f42a0a880f7
tree1d24437b2b1ebaf4394692fffbbab8b804f79b3f
parent32ac58819580d359e22161be1abf62215d202250
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>
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