[maemo-commits] [maemo-commits] r15876 - in projects/haf/trunk/ke-recv: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 14 15:07:52 EEST 2008
Author: kihamala
Date: 2008-08-14 15:07:51 +0300 (Thu, 14 Aug 2008)
New Revision: 15876

Modified:
   projects/haf/trunk/ke-recv/debian/changelog
   projects/haf/trunk/ke-recv/src/mmc-mount
Log:
noatime & nodiratime


Modified: projects/haf/trunk/ke-recv/debian/changelog
===================================================================
--- projects/haf/trunk/ke-recv/debian/changelog	2008-08-14 11:45:16 UTC (rev 15875)
+++ projects/haf/trunk/ke-recv/debian/changelog	2008-08-14 12:07:51 UTC (rev 15876)
@@ -1,3 +1,9 @@
+ke-recv (3.1-1~unreleased) unstable; urgency=low
+
+  * Add noatime and nodiratime mount options.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 14 Aug 2008 15:06:32 +0300
+
 ke-recv (3.0-2) unstable; urgency=low
 
   * Added missing modprobes.

Modified: projects/haf/trunk/ke-recv/src/mmc-mount
===================================================================
--- projects/haf/trunk/ke-recv/src/mmc-mount	2008-08-14 11:45:16 UTC (rev 15875)
+++ projects/haf/trunk/ke-recv/src/mmc-mount	2008-08-14 12:07:51 UTC (rev 15876)
@@ -1,2 +1,2 @@
 #!/bin/sh
-mount -t vfat -o rw,noauto,nodev,noexec,nosuid,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133 "$1" "$2" > /dev/null
+mount -t vfat -o rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133 "$1" "$2" > /dev/null


More information about the maemo-commits mailing list