summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 0c9892c..b5a185e 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -19,3 +19,3 @@ echo 1 > /proc/sys/ts/suspend_button_mode
-if [ ! -x $OPIEDIR/bin/opie ] ; then exit 0 ; fi
+if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
@@ -46,3 +46,3 @@ case $1 in
- $OPIEDIR/bin/opie 2>/dev/null >/dev/null &
+ $OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
@@ -51,3 +51,3 @@ case $1 in
echo "Killing Opie..."
- killproc opie
+ killproc qpe
;;