Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 205901
Collapse All | Expand All

(-)hal-0.5.11.orig/tools/hal-storage-mount.c (+2 lines)
Lines 720-725 Link Here
720
		 * (since these doesn't contain uid/gid bits) 
720
		 * (since these doesn't contain uid/gid bits) 
721
		 */
721
		 */
722
		if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 &&
722
		if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 &&
723
		    strcmp (libhal_volume_get_fstype (volume), "ntfs") != 0 &&
724
		    strcmp (libhal_volume_get_fstype (volume), "ntfs-3g") != 0 &&
723
		    strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 &&
725
		    strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 &&
724
		    strcmp (libhal_volume_get_fstype (volume), "hfs") != 0 &&
726
		    strcmp (libhal_volume_get_fstype (volume), "hfs") != 0 &&
725
		    strcmp (libhal_volume_get_fstype (volume), "udf") != 0) {
727
		    strcmp (libhal_volume_get_fstype (volume), "udf") != 0) {

Return to bug 205901