[maemo-commits] [maemo-commits] r14576 - projects/haf/trunk/osso-app-killer/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Oct 23 16:32:56 EEST 2007
Author: kihamala
Date: 2007-10-23 16:32:55 +0300 (Tue, 23 Oct 2007)
New Revision: 14576

Modified:
   projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
Log:
added a comment to lsof code


Modified: projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
===================================================================
--- projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2007-10-23 13:10:11 UTC (rev 14575)
+++ projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2007-10-23 13:32:55 UTC (rev 14576)
@@ -26,6 +26,8 @@
   echo "Internal memory card device is $DEV"
 
   # Wait until memory card is not used by applications
+  # (this will only detect files open by 'user' if this
+  # script is run as 'user')
   INC=1
   while lsof /media/mmc2 > /dev/null; do
     if [ $INC -gt 10 ]; then


More information about the maemo-commits mailing list