aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/zhone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-07-20 11:36:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-07-20 11:37:09 +0200
commit031aa575623ddb4d0d3ef4586c0f57de1577f03c (patch)
tree146b05fa6f2f5ed19280a35d5369b4524cab2ffe /recipes/freesmartphone/zhone
parent38425daf8f12010e3373c8002757513017744f5e (diff)
downloadopenembedded-031aa575623ddb4d0d3ef4586c0f57de1577f03c.tar.gz
zhone: don't call exit from Xsession.d script
* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/zhone')
-rw-r--r--recipes/freesmartphone/zhone/80zhone1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/freesmartphone/zhone/80zhone b/recipes/freesmartphone/zhone/80zhone
index 5a36e873f4..d9e6f4ca7e 100644
--- a/recipes/freesmartphone/zhone/80zhone
+++ b/recipes/freesmartphone/zhone/80zhone
@@ -1,4 +1,3 @@
#!/bin/sh -e
zhone > /tmp/zhone.log 2>&1 &
renice -3 $!
-exit 0