summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-01-24 14:33:24 +0000
committerRoss Burton <ross@openedhand.com>2007-01-24 14:33:24 +0000
commit0261eb4f78cc97cbc2dc43bd42bf329c44383fca (patch)
tree194b4138fb2e0f661a0d87d7174272d744fa03ce
parente4143a490b5f3c405f20333e743415238067b508 (diff)
downloadpoky-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.gz
Don't tell psplash to quit when starting X
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1205 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-xmeta/packages/sysvinit/sysvinit/rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/sysvinit/sysvinit/rc b/meta/packages/sysvinit/sysvinit/rc
index a355ea05cc..cafd2301f1 100755
--- a/meta/packages/sysvinit/sysvinit/rc
+++ b/meta/packages/sysvinit/sysvinit/rc
@@ -163,9 +163,9 @@ startup() {
163 done 163 done
164 fi 164 fi
165 165
166if [ "x$runlevel" != "xS" ]; then 166#if [ "x$runlevel" != "xS" ]; then
167 if type psplash-write >/dev/null 2>&1; then 167# if type psplash-write >/dev/null 2>&1; then
168 TMPDIR=/mnt/.psplash psplash-write "QUIT" || true 168# TMPDIR=/mnt/.psplash psplash-write "QUIT" || true
169 umount /mnt/.psplash 169# umount /mnt/.psplash
170 fi 170# fi
171fi 171#fi