opie-taskbar: Comment out getkey calls, as no longer available with current OE's...
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 9 Jan 2007 22:42:25 +0000 (22:42 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 9 Jan 2007 22:42:25 +0000 (22:42 +0000)
* Closes #1649.
* Few TODOs for this package:
1. Drop htcuniversal/opie - it only sets TS/keys devices, and that should be done
by other means (and need for that is questionable, as other HH.org devices work
without any explicit sets).
2. Move OPIE startup scripts to own package out of app package.

packages/opie-taskbar/opie-taskbar/c7x0/opie
packages/opie-taskbar/opie-taskbar/htcuniversal/opie
packages/opie-taskbar/opie-taskbar/opie

index dddb7ca..84f3b3e 100755 (executable)
@@ -41,7 +41,7 @@ fi
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....
index fc39fff..ac8cf18 100644 (file)
@@ -38,7 +38,7 @@ fi
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....
index 0d94525..3320dbe 100755 (executable)
@@ -36,7 +36,7 @@ fi
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....