[maemo-commits] [maemo-commits] r14470 - projects/haf/tags/osso-app-killer/1.16-1fix/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 17 10:32:23 EEST 2007
Author: kihamala
Date: 2007-10-17 10:32:22 +0300 (Wed, 17 Oct 2007)
New Revision: 14470

Modified:
   projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-clean-mmc.sh
Log:
added sleep after stopping ke-recv


Modified: projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-clean-mmc.sh
===================================================================
--- projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-clean-mmc.sh	2007-10-16 14:46:36 UTC (rev 14469)
+++ projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-clean-mmc.sh	2007-10-17 07:32:22 UTC (rev 14470)
@@ -25,6 +25,7 @@
 if [ "x$DEV" != "x" ]; then
   echo "Internal memory card device is $DEV"
   $SUDO /etc/init.d/ke-recv stop
+  sleep 2
   $SUDO /bin/umount /media/mmc2
   $SUDO /usr/sbin/osso-prepare-partition.sh $DEV
   if [ $? = 0 ]; then


More information about the maemo-commits mailing list