]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
opie: don't wait 5 seconds before starting by default.
authorRene Wagner <rw@handhelds.org>
Wed, 16 Aug 2006 12:49:36 +0000 (14:49 +0200)
committerRene Wagner <rw@handhelds.org>
Wed, 16 Aug 2006 12:49:36 +0000 (14:49 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/opie-taskbar/opie-taskbar/opie
org.handhelds.familiar/packages/opie-taskbar/opie-taskbar_1.2.1.bb

index 0d9452523ea4093606cf61f0baa385caa601e759..be8a1911219a86c651479c9bddb1f81b14fc9b78 100755 (executable)
@@ -36,7 +36,9 @@ fi
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    if [ -e $OPIEDIR/etc/waitkey ]; then
+        /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    fi
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....
index 7d0d83750458a2640cd4539b8f2b79d578d197f1..c1078d6b054b0c2b7f5ff3bb0d088b4cd2e43f98 100644 (file)
@@ -1,6 +1,6 @@
 include ${PN}.inc
 
-PR = "r2"
+PR = "r3"
  
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate \