[maemo-commits] [maemo-commits] r17325 - in projects/haf/tags/osso-af-startup/1.74-1fix: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 29 15:04:23 EET 2009
Author: kihamala
Date: 2009-01-29 15:04:18 +0200 (Thu, 29 Jan 2009)
New Revision: 17325

Modified:
   projects/haf/tags/osso-af-startup/1.74-1fix/debian/changelog
   projects/haf/tags/osso-af-startup/1.74-1fix/services/af-defines.sh
Log:
internal card is mounted to MyDocs


Modified: projects/haf/tags/osso-af-startup/1.74-1fix/debian/changelog
===================================================================
--- projects/haf/tags/osso-af-startup/1.74-1fix/debian/changelog	2009-01-29 13:01:27 UTC (rev 17324)
+++ projects/haf/tags/osso-af-startup/1.74-1fix/debian/changelog	2009-01-29 13:04:18 UTC (rev 17325)
@@ -1,3 +1,9 @@
+osso-af-startup (1.74-1fix) unstable; urgency=low
+
+  * fix internal mmc mountpoint to MyDocs
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 29 Jan 2009 15:03:47 +0200
+
 osso-af-startup (1.74-1) unstable; urgency=low
 
   * Improved decision as to whether to define INTERNAL_MMC_MOUNTPOINT to be based

Modified: projects/haf/tags/osso-af-startup/1.74-1fix/services/af-defines.sh
===================================================================
--- projects/haf/tags/osso-af-startup/1.74-1fix/services/af-defines.sh	2009-01-29 13:01:27 UTC (rev 17324)
+++ projects/haf/tags/osso-af-startup/1.74-1fix/services/af-defines.sh	2009-01-29 13:04:18 UTC (rev 17325)
@@ -125,7 +125,7 @@
      test "x$OSSO_PRODUCT_HARDWARE" = "xRX-48" || \
      test "x$OSSO_PRODUCT_HARDWARE" = "xRX-51"; then
 
-    export INTERNAL_MMC_MOUNTPOINT='/media/mmc2'
+    export INTERNAL_MMC_MOUNTPOINT='/home/user/MyDocs'
     export INTERNAL_MMC_SWAP_LOCATION=$INTERNAL_MMC_MOUNTPOINT
     export OSSO_SWAP=$INTERNAL_MMC_MOUNTPOINT
 


More information about the maemo-commits mailing list