summaryrefslogtreecommitdiff
path: root/root/etc
authorharlekin <harlekin>2002-06-23 23:02:17 (UTC)
committer harlekin <harlekin>2002-06-23 23:02:17 (UTC)
commit718267f7599105c2fe548817a7d51d54c01f8773 (patch) (unidiff)
tree9b240ba0cadb401b40c4bd092df794bcac8fa636 /root/etc
parent84bccb7ebdcfcad2b1c9306617a46ebfef6b5bfd (diff)
downloadopie-718267f7599105c2fe548817a7d51d54c01f8773.zip
opie-718267f7599105c2fe548817a7d51d54c01f8773.tar.gz
opie-718267f7599105c2fe548817a7d51d54c01f8773.tar.bz2
binary name stayed qpe
Diffstat (limited to 'root/etc') (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
@@ -17,7 +17,7 @@ export PATH=$PATH:$OPIEDIR/bin
17#this sets the iPaqs powerbutton to mapable 17#this sets the iPaqs powerbutton to mapable
18echo 1 > /proc/sys/ts/suspend_button_mode 18echo 1 > /proc/sys/ts/suspend_button_mode
19 19
20if [ ! -x $OPIEDIR/bin/opie ] ; then exit 0 ; fi 20if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
21 21
22$OPIEDIR/bin/opie-reorgfiles 22$OPIEDIR/bin/opie-reorgfiles
23 23
@@ -44,12 +44,12 @@ case $1 in
44 *) echo "Unknown processor type -`module_id`-!" ;; 44 *) echo "Unknown processor type -`module_id`-!" ;;
45 esac 45 esac
46 46
47 $OPIEDIR/bin/opie 2>/dev/null >/dev/null & 47 $OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
48 48
49 ;; 49 ;;
50'stop') 50'stop')
51 echo "Killing Opie..." 51 echo "Killing Opie..."
52 killproc opie 52 killproc qpe
53 ;; 53 ;;
54*) 54*)
55 echo "usage: $0 { start | stop }" 55 echo "usage: $0 { start | stop }"