[maemo-commits] [maemo-commits] r12502 - in projects/haf/trunk/osso-af-startup: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 27 13:11:55 EEST 2007
Author: kihamala
Date: 2007-06-27 13:11:44 +0300 (Wed, 27 Jun 2007)
New Revision: 12502

Modified:
   projects/haf/trunk/osso-af-startup/debian/changelog
   projects/haf/trunk/osso-af-startup/services/after-suw-process-restart.sh
   projects/haf/trunk/osso-af-startup/services/real-af-startup
Log:
patch from Leonid to optimise first boot


Modified: projects/haf/trunk/osso-af-startup/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/changelog	2007-06-27 09:43:51 UTC (rev 12501)
+++ projects/haf/trunk/osso-af-startup/debian/changelog	2007-06-27 10:11:44 UTC (rev 12502)
@@ -1,3 +1,9 @@
+osso-af-startup (1.45~unreleased) unstable; urgency=low
+
+  * Patch from Leonid to optimise first boot.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Wed, 27 Jun 2007 13:12:11 +0300
+
 osso-af-startup (1.44-1) unstable; urgency=low
 
   * Patch from Andrey Petrov to reduce startup time. Fixes: NB#60087

Modified: projects/haf/trunk/osso-af-startup/services/after-suw-process-restart.sh
===================================================================
--- projects/haf/trunk/osso-af-startup/services/after-suw-process-restart.sh	2007-06-27 09:43:51 UTC (rev 12501)
+++ projects/haf/trunk/osso-af-startup/services/after-suw-process-restart.sh	2007-06-27 10:11:44 UTC (rev 12502)
@@ -25,12 +25,6 @@
 if [ -x /etc/init.d/alarmd ]; then
   sudo /etc/init.d/alarmd stop
 fi
-if [ -x $DIR/osso-media-server.sh ]; then
-  $DIR/osso-media-server.sh stop
-fi
-if [ -x /etc/init.d/osso-hss ]; then
-  sudo /etc/init.d/osso-hss stop
-fi
 
 # this is first boot, so VKB is running
 if [ -f $DIR/keyboard.defs ]; then
@@ -64,12 +58,6 @@
 if [ -x /etc/init.d/osso-systemui ]; then
   sudo /etc/init.d/osso-systemui restart
 fi
-if [ -x $DIR/osso-media-server.sh ]; then
-  $DIR/osso-media-server.sh start &
-fi
-if [ -x /etc/init.d/osso-hss ]; then
-  sudo /etc/init.d/osso-hss start
-fi
 
 if [ -x $DIR/osso-connectivity-ui.sh ]; then
   source $DIR/osso-connectivity-ui.sh start
@@ -78,5 +66,3 @@
 if [ -x /etc/init.d/alarmd ]; then
   sudo /etc/init.d/alarmd start
 fi
-# give VKB some time to start
-sleep 3

Modified: projects/haf/trunk/osso-af-startup/services/real-af-startup
===================================================================
--- projects/haf/trunk/osso-af-startup/services/real-af-startup	2007-06-27 09:43:51 UTC (rev 12501)
+++ projects/haf/trunk/osso-af-startup/services/real-af-startup	2007-06-27 10:11:44 UTC (rev 12502)
@@ -29,7 +29,7 @@
 
   source $AF_INIT_DIR/keyboard.sh start
   # give VKB some time to start
-  sleep 5
+  sleep 1
 
   # start clipboard daemon for the wizard
   if [ -f $AF_INIT_DIR/clipboard.sh ]; then


More information about the maemo-commits mailing list