[maemo-commits] [maemo-commits] r17527 - in projects/haf/trunk/ke-recv: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 26 17:41:19 EET 2009
- Previous message: [maemo-commits] r17526 - in projects/haf/trunk/ke-recv: debian src
- Next message: [maemo-commits] r17528 - in projects/haf/trunk/clutter: clutter/cogl/common debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-02-26 17:41:18 +0200 (Thu, 26 Feb 2009) New Revision: 17527 Modified: projects/haf/trunk/ke-recv/debian/changelog projects/haf/trunk/ke-recv/src/mmc-mount Log: add 'rodir' mount option Modified: projects/haf/trunk/ke-recv/debian/changelog =================================================================== --- projects/haf/trunk/ke-recv/debian/changelog 2009-02-26 12:11:49 UTC (rev 17526) +++ projects/haf/trunk/ke-recv/debian/changelog 2009-02-26 15:41:18 UTC (rev 17527) @@ -25,6 +25,7 @@ * Handle "UNDEFINED" value for 'usb_device.mode' when switching modules and the USB cable is connected. * Verified that bug 100593 is not reproducable. Fixes: NB#100593 + * Added 'rodir' to mount options. Fixes: NB#101324 -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Tue, 24 Feb 2009 08:25:34 +0200 Modified: projects/haf/trunk/ke-recv/src/mmc-mount =================================================================== --- projects/haf/trunk/ke-recv/src/mmc-mount 2009-02-26 12:11:49 UTC (rev 17526) +++ projects/haf/trunk/ke-recv/src/mmc-mount 2009-02-26 15:41:18 UTC (rev 17527) @@ -1,2 +1,2 @@ #!/bin/sh -mount -t vfat -o rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,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,rodir "$1" "$2" > /dev/null
- Previous message: [maemo-commits] r17526 - in projects/haf/trunk/ke-recv: debian src
- Next message: [maemo-commits] r17528 - in projects/haf/trunk/clutter: clutter/cogl/common debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]