[maemo-commits] [maemo-commits] r19172 - in projects/haf/tags/ke-recv/3.19-6: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 21 13:59:58 EEST 2009
Author: kihamala
Date: 2009-08-21 13:59:41 +0300 (Fri, 21 Aug 2009)
New Revision: 19172

Modified:
   projects/haf/tags/ke-recv/3.19-6/debian/changelog
   projects/haf/tags/ke-recv/3.19-6/src/osso-mmc-umount.sh
Log:
fix stupid problem with logger..


Modified: projects/haf/tags/ke-recv/3.19-6/debian/changelog
===================================================================
--- projects/haf/tags/ke-recv/3.19-6/debian/changelog	2009-08-21 10:44:10 UTC (rev 19171)
+++ projects/haf/tags/ke-recv/3.19-6/debian/changelog	2009-08-21 10:59:41 UTC (rev 19172)
@@ -1,3 +1,10 @@
+ke-recv (3.19-6) unstable; urgency=low
+
+  * Make sure logger is not called without command line arguments.
+  * Fixes: NB#134327 - Hot swap is not working
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 21 Aug 2009 13:43:30 +0300
+
 ke-recv (3.19-5) unstable; urgency=low
 
   * Fixes: NB#123352 - AppCert-USB-Modem query doesn't work after PC reboot

Modified: projects/haf/tags/ke-recv/3.19-6/src/osso-mmc-umount.sh
===================================================================
--- projects/haf/tags/ke-recv/3.19-6/src/osso-mmc-umount.sh	2009-08-21 10:44:10 UTC (rev 19171)
+++ projects/haf/tags/ke-recv/3.19-6/src/osso-mmc-umount.sh	2009-08-21 10:59:41 UTC (rev 19172)
@@ -40,7 +40,7 @@
       TMP=`/usr/bin/lsof $MP`
       echo $TMP
       if [ -x /usr/bin/logger ]; then
-        /usr/bin/logger $TMP
+        /usr/bin/logger "x$TMP"
       fi
     fi
   elif [ $RC != 0 ]; then
@@ -51,7 +51,7 @@
       TMP=`/usr/bin/lsof $MP`
       echo $TMP
       if [ -x /usr/bin/logger ]; then
-        /usr/bin/logger $TMP
+        /usr/bin/logger "x$TMP"
       fi
     fi
   fi

More information about the maemo-commits mailing list