From 2f4f9909f926267389778a01622b6454634f0013 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 12:40:29 +0200 Subject: Remove obsolete HAL fdi rules Automounting using this fdi never worked for everyone successfully. As HAL is deprecated, this automount is clearly a hack and the next round of distro releases won't support this way of mounting anymore, it makes sense to remove it anyways. --- Makefile.am | 2 +- configure.ac | 2 +- fdi/30-ifuse.fdi | 46 ---------------------------------------------- fdi/Makefile.am | 4 ---- 4 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 fdi/30-ifuse.fdi delete mode 100644 fdi/Makefile.am diff --git a/Makefile.am b/Makefile.am index 70e1c93..e015eec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src fdi +SUBDIRS = src DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin diff --git a/configure.ac b/configure.ac index 3d013be..116a17e 100644 --- a/configure.ac +++ b/configure.ac @@ -40,4 +40,4 @@ AC_ARG_ENABLE([root-sbin], [without_root_sbin=yes],[without_root_sbin=no]) AM_CONDITIONAL([WITHOUT_ROOT_SBIN], test "x$without_root_sbin" = "xyes") -AC_OUTPUT(Makefile src/Makefile fdi/Makefile) +AC_OUTPUT(Makefile src/Makefile) diff --git a/fdi/30-ifuse.fdi b/fdi/30-ifuse.fdi deleted file mode 100644 index 5a47d15..0000000 --- a/fdi/30-ifuse.fdi +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - block - storage - false - true - false - true - - iPod - usb_device.vendor - usb_device.serial - /org/freedesktop/Hal/devices/computer - linux.device_file - info.udi - - - - - - - - - - block - volume - volume - @info.parent:linux.device_file - @info.parent:info.udi - allow_other - fuse.ifuse - filesystem - @info.parent:usb_device.product - @info.parent:usb_device.serial - - - - - - - diff --git a/fdi/Makefile.am b/fdi/Makefile.am deleted file mode 100644 index adfa88c..0000000 --- a/fdi/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty -freedesktopfdi_DATA=30-ifuse.fdi - -EXTRA_DIST=$(freedesktopfdi_DATA) -- cgit v1.1-32-gdbae