summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xetc/init.d/qpe2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe
index 56f2f27..47a9b16 100755
--- a/etc/init.d/qpe
+++ b/etc/init.d/qpe
@@ -1,21 +1,23 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3 3
4export LOGNAME=root 4export LOGNAME=root
5export HOME=/$LOGNAME 5export HOME=/$LOGNAME
6export QWS_DISPLAY=Transformed:Rot270:0 6export QWS_DISPLAY=Transformed:Rot270:0
7export QTDIR=/usr 7export QTDIR=/usr
8export OPIEDIR=/opt/QtPalmtop 8export OPIEDIR=/opt/QtPalmtop
9export QPEDIR=/opt/QtPalmtop 9export QPEDIR=/opt/QtPalmtop
10export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib
11export PATH=$PATH:$OPIEDIR/bin
10 12
11#this sets the iPaqs powerbutton to mapable 13#this sets the iPaqs powerbutton to mapable
12echo 1 > /proc/sys/ts/suspend_button_mode 14echo 1 > /proc/sys/ts/suspend_button_mode
13 15
14if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi 16if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
15 17
16$OPIEDIR/bin/qpe-reorgfiles 18$OPIEDIR/bin/qpe-reorgfiles
17 19
18. /etc/profile 20. /etc/profile
19 21
20killproc() { 22killproc() {
21 pid=`/bin/ps -e | /bin/sed -n -e '/\<'$1'\>/ s/^ *\([0-9][0-9]*\).*/\1/p'` 23 pid=`/bin/ps -e | /bin/sed -n -e '/\<'$1'\>/ s/^ *\([0-9][0-9]*\).*/\1/p'`