~ubuntu-branches/ubuntu/hardy/gnome-mount/hardy

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-default-mount-options.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-03-05 15:30:46 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080305153046-1m3pthhak9rx6yl7
Tags: 0.8~svn20080225-0ubuntu1
* Update to SVN snapshot:
  - Builds nautilus extension for new nautilus 2.0 ABI now, unbreaking the
    volume/drive properties tabs. (LP: #186196)
  - Applied debian/patches/02_msgbox_unref.patch upstream, removed patch.
  - No other changes.
* debian/patches/ubuntu-default-mount-options.patch: Use 'flush' option for
  vfat. It does not actually work in the current kernel, but at least it's
  there once it will actually do something useful. (LP: #149277)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur gnome-mount-0.6/gnome-mount.schemas.in gnome-mount-0.6.new/gnome-mount.schemas.in
2
 
--- gnome-mount-0.6/gnome-mount.schemas.in      2007-04-11 00:50:12.000000000 +0200
3
 
+++ gnome-mount-0.6.new/gnome-mount.schemas.in  2007-04-27 09:14:39.000000000 +0200
 
1
diff -Nur -x '*.orig' -x '*~' gnome-mount-0.8~svn20080225/gnome-mount.schemas.in gnome-mount-0.8~svn20080225.new/gnome-mount.schemas.in
 
2
--- gnome-mount-0.8~svn20080225/gnome-mount.schemas.in  2007-08-01 02:49:20.000000000 +0200
 
3
+++ gnome-mount-0.8~svn20080225.new/gnome-mount.schemas.in      2008-03-05 15:30:05.000000000 +0100
4
4
@@ -6,7 +6,7 @@
5
5
         <applyto>/system/storage/default_options/vfat/mount_options</applyto>
6
6
         <type>list</type>
7
7
         <list_type>string</list_type>
8
8
-        <default>[shortname=lower,uid=]</default>
9
 
+        <default>[shortname=mixed,uid=,utf8,umask=077,exec]</default>
 
9
+        <default>[shortname=mixed,uid=,utf8,umask=077,exec,flush]</default>
10
10
         <locale name="C">
11
11
           <short>Default mount options for vfat fs</short>
12
12
           <long>A list of default mount options for volumes formatted with the vfat file system.</long>