-rwxr-xr-x | root/etc/init.d/opie | 6 |
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 @@ -18,5 +18,5 @@ export PATH=$PATH:$OPIEDIR/bin 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 $OPIEDIR/bin/opie-reorgfiles @@ -45,10 +45,10 @@ case $1 in esac - $OPIEDIR/bin/opie 2>/dev/null >/dev/null & + $OPIEDIR/bin/qpe 2>/dev/null >/dev/null & ;; 'stop') echo "Killing Opie..." - killproc opie + killproc qpe ;; *) |