summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udisks/files')
-rw-r--r--sys-fs/udisks/files/udisks-1.0.2-missing_comma.patch24
-rw-r--r--sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch14
2 files changed, 24 insertions, 14 deletions
diff --git a/sys-fs/udisks/files/udisks-1.0.2-missing_comma.patch b/sys-fs/udisks/files/udisks-1.0.2-missing_comma.patch
new file mode 100644
index 000000000000..746ff70724b9
--- /dev/null
+++ b/sys-fs/udisks/files/udisks-1.0.2-missing_comma.patch
@@ -0,0 +1,24 @@
+From 75b6187f77ca95ce435dd78f2ecb244af55e7faf Mon Sep 17 00:00:00 2001
+From: David Zeuthen <davidz@redhat.com>
+Date: Mon, 09 May 2011 16:03:13 +0000
+Subject: Add missing comma in fs whitelist
+
+https://bugs.freedesktop.org/show_bug.cgi?id=36361
+
+Signed-off-by: David Zeuthen <davidz@redhat.com>
+---
+diff --git a/src/device.c b/src/device.c
+index 22779c7..6a34940 100644
+--- a/src/device.c
++++ b/src/device.c
+@@ -5905,7 +5905,7 @@ static const gchar *well_known_filesystems[] =
+ "msdos",
+ "umsdos",
+ "vfat",
+- "exfat"
++ "exfat",
+ "ntfs",
+ NULL,
+ };
+--
+cgit v0.8.3-6-g21f6
diff --git a/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch b/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch
deleted file mode 100644
index 0f600d7be35f..000000000000
--- a/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Unsure if this patch should go here, or baselayout's /etc/filesystems.
-
-Waiting for upstream reply: http://bugs.freedesktop.org/show_bug.cgi?id=36361
-
---- src/device.c
-+++ src/device.c
-@@ -5909,6 +5909,7 @@
- "vfat",
- "exfat"
- "ntfs",
-+ "ntfs-3g",
- NULL,
- };
-