[Pkg-utopia-commits] r2330 - in /packages/etch/hal/debian: changelog patches/10_ntfs_uid_mount.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jun 20 06:05:59 UTC 2008


Author: biebl
Date: Fri Jun 20 06:05:58 2008
New Revision: 2330

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2330
Log:
* debian/patches/10_ntfs_uid_mount.patch
  - Allow uid/gid mount option for ntfs. (Closes: #418176, #427109)

Added:
    packages/etch/hal/debian/patches/10_ntfs_uid_mount.patch
Modified:
    packages/etch/hal/debian/changelog

Modified: packages/etch/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/etch/hal/debian/changelog?rev=2330&op=diff
==============================================================================
--- packages/etch/hal/debian/changelog (original)
+++ packages/etch/hal/debian/changelog Fri Jun 20 06:05:58 2008
@@ -1,3 +1,10 @@
+hal (0.5.8.1-9etch1) stable; urgency=low
+
+  * debian/patches/10_ntfs_uid_mount.patch
+    - Allow uid/gid mount option for ntfs. (Closes: #418176, #427109)
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 20 Jun 2008 08:01:26 +0200
+
 hal (0.5.8.1-9) unstable; urgency=low
 
   * debian/no-cd-media-check.fdi

Added: packages/etch/hal/debian/patches/10_ntfs_uid_mount.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/etch/hal/debian/patches/10_ntfs_uid_mount.patch?rev=2330&op=file
==============================================================================
--- packages/etch/hal/debian/patches/10_ntfs_uid_mount.patch (added)
+++ packages/etch/hal/debian/patches/10_ntfs_uid_mount.patch Fri Jun 20 06:05:58 2008
@@ -1,0 +1,13 @@
+diff --git a/tools/hal-storage-mount.c b/tools/hal-storage-mount.c
+index 3fa59f6..4933fdd 100644
+--- a/tools/hal-storage-mount.c
++++ b/tools/hal-storage-mount.c
+@@ -720,6 +720,8 @@ handle_mount (LibHalContext *hal_ctx,
+ 		 * (since these doesn't contain uid/gid bits) 
+ 		 */
+ 		if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 &&
++		    strcmp (libhal_volume_get_fstype (volume), "ntfs") != 0 &&
++		    strcmp (libhal_volume_get_fstype (volume), "ntfs-3g") != 0 &&
+ 		    strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 &&
+ 		    strcmp (libhal_volume_get_fstype (volume), "hfs") != 0 &&
+ 		    strcmp (libhal_volume_get_fstype (volume), "udf") != 0) {




More information about the Pkg-utopia-commits mailing list