sysvinit: rc: exit psplash correctly
authorChen Qi <Qi.Chen@windriver.com>
Wed, 27 Mar 2013 08:27:25 +0000 (16:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Mar 2013 11:18:27 +0000 (11:18 +0000)
commitb56caeb59f73a25134ac1704eaaeb974ba9a25a9
tree85b777198c560f4166c30ace672cc17d6a86c1c4
parent06d5eebc62fa9554e7821c369ed2d9d862fc4a5e
sysvinit: rc: exit psplash correctly

Previously, psplash didn't go away at system startup.
The root cause is that rc checks the file '/etc/init.d/xserver-nodm' to
determine whether to exit psplash manually. So even if xserver-nodm is not
linked into runlevel 3, psplash doesn't exit.

This patch fixes this problem by letting the rc script check the file
'/etc/rc${runlevel}.d/S??xserver-nodm' to determine whether to exit psplash
manually.

[YOCTO #3904]

(From OE-Core rev: 70b14f1c4181d820e56e67f4a5d921905094dc62)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/sysvinit/sysvinit/rc