From f0f396aca6c1f15fd2963b4badd3a449f89633fb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 9 Jan 2007 22:42:25 +0000 Subject: 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. --- packages/opie-taskbar/opie-taskbar/c7x0/opie | 2 +- packages/opie-taskbar/opie-taskbar/htcuniversal/opie | 2 +- packages/opie-taskbar/opie-taskbar/opie | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/opie-taskbar') 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.... -- cgit v1.2.3