SOURCES: gnome-mount-shortname.patch (NEW) - shortname option is l...

wrobell wrobell at pld-linux.org
Thu Mar 16 16:23:18 CET 2006


Author: wrobell                      Date: Thu Mar 16 15:23:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- shortname option is lower by default in case of mount - be it by default
  also in case of gnome mount

---- Files affected:
SOURCES:
   gnome-mount-shortname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-mount-shortname.patch
diff -u /dev/null SOURCES/gnome-mount-shortname.patch:1.1
--- /dev/null	Thu Mar 16 16:23:18 2006
+++ SOURCES/gnome-mount-shortname.patch	Thu Mar 16 16:23:13 2006
@@ -0,0 +1,11 @@
+--- gnome-mount-0.4/src/gnome-mount.c.orig	2006-03-16 15:19:01.000000000 +0000
++++ gnome-mount-0.4/src/gnome-mount.c	2006-03-16 15:19:17.000000000 +0000
+@@ -645,7 +645,7 @@
+  g_ptr_array_add (options, "flush");
+ */
+ 		if (opts & MOUNT_SHORTNAME)
+-			g_ptr_array_add (options, "shortname=winnt");
++			g_ptr_array_add (options, "shortname=lower");
+ 
+ 		if (opts & MOUNT_UID) {
+ 			snprintf (uidbuf, sizeof (uidbuf) - 1, "uid=%u", getuid ());
================================================================


More information about the pld-cvs-commit mailing list