summaryrefslogtreecommitdiff
path: root/etc/init.d
authorbipolar <bipolar>2002-03-11 20:04:05 (UTC)
committer bipolar <bipolar>2002-03-11 20:04:05 (UTC)
commit990d0ad3664c24e8909027ae4d3839f4e318ea00 (patch) (side-by-side diff)
tree0542413141a6d164728c281b257d3a4929013530 /etc/init.d
parentf1c93c0eb0d9599b0f5e0c0406defc2f2f6c6988 (diff)
downloadopie-990d0ad3664c24e8909027ae4d3839f4e318ea00.zip
opie-990d0ad3664c24e8909027ae4d3839f4e318ea00.tar.gz
opie-990d0ad3664c24e8909027ae4d3839f4e318ea00.tar.bz2
Make the iPaqs button mapable
Diffstat (limited to 'etc/init.d') (more/less context) (ignore whitespace changes)
-rwxr-xr-xetc/init.d/qpe4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe
index 5ff72ab..56f2f27 100755
--- a/etc/init.d/qpe
+++ b/etc/init.d/qpe
@@ -1,21 +1,25 @@
#!/bin/sh
#
export LOGNAME=root
export HOME=/$LOGNAME
export QWS_DISPLAY=Transformed:Rot270:0
export QTDIR=/usr
export OPIEDIR=/opt/QtPalmtop
export QPEDIR=/opt/QtPalmtop
+
+#this sets the iPaqs powerbutton to mapable
+echo 1 > /proc/sys/ts/suspend_button_mode
+
if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
$OPIEDIR/bin/qpe-reorgfiles
. /etc/profile
killproc() {
pid=`/bin/ps -e | /bin/sed -n -e '/\<'$1'\>/ s/^ *\([0-9][0-9]*\).*/\1/p'`
[ "$pid" != "" ] && kill $pid
}
case $1 in