diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 22:42:25 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-09 22:42:25 +0000 |
commit | f0f396aca6c1f15fd2963b4badd3a449f89633fb (patch) | |
tree | 5fedc5544b0c347a473d25715bd20f09d571fec2 | |
parent | 5e0ab027e1cd26311bc4b9053cb65d5b4a003029 (diff) |
opie-taskbar: Comment out getkey calls, as no longer available with current OE's busyboxes.
* 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.
-rwxr-xr-x | packages/opie-taskbar/opie-taskbar/c7x0/opie | 2 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar/htcuniversal/opie | 2 | ||||
-rwxr-xr-x | packages/opie-taskbar/opie-taskbar/opie | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/opie-taskbar/opie-taskbar/c7x0/opie b/packages/opie-taskbar/opie-taskbar/c7x0/opie index dddb7caa0d..84f3b3e673 100755 --- a/packages/opie-taskbar/opie-taskbar/c7x0/opie +++ b/packages/opie-taskbar/opie-taskbar/c7x0/opie @@ -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.... diff --git a/packages/opie-taskbar/opie-taskbar/htcuniversal/opie b/packages/opie-taskbar/opie-taskbar/htcuniversal/opie index fc39fff358..ac8cf18df4 100644 --- a/packages/opie-taskbar/opie-taskbar/htcuniversal/opie +++ b/packages/opie-taskbar/opie-taskbar/htcuniversal/opie @@ -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.... diff --git a/packages/opie-taskbar/opie-taskbar/opie b/packages/opie-taskbar/opie-taskbar/opie index 0d9452523e..3320dbe7c5 100755 --- a/packages/opie-taskbar/opie-taskbar/opie +++ b/packages/opie-taskbar/opie-taskbar/opie @@ -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.... |