summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-05 14:35:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-05 14:35:10 +0000
commit057b83986df86c0bfe340fcb451a256578db8496 (patch)
tree59e50fe8c119efe58a423d3870e2868dbd4ca98d /sys-apps/pmount/files
parentFix udev rule for mapper/control device, Bug #295186. (diff)
downloadgentoo-2-057b83986df86c0bfe340fcb451a256578db8496.tar.gz
gentoo-2-057b83986df86c0bfe340fcb451a256578db8496.tar.bz2
gentoo-2-057b83986df86c0bfe340fcb451a256578db8496.zip
Remove all unused versions with lacking ext4 support
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pmount/files')
-rw-r--r--sys-apps/pmount/files/pmount-0.9.13-no_close.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/pmount/files/pmount-0.9.13-no_close.patch b/sys-apps/pmount/files/pmount-0.9.13-no_close.patch
deleted file mode 100644
index e03a7b375432..000000000000
--- a/sys-apps/pmount/files/pmount-0.9.13-no_close.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN pmount-0.9.13.orig/src/pmount-hal.c pmount-0.9.13/src/pmount-hal.c
---- pmount-0.9.13.orig/src/pmount-hal.c 2006-12-02 16:59:56.000000000 -0600
-+++ pmount-0.9.13/src/pmount-hal.c 2006-12-02 17:00:16.000000000 -0600
-@@ -361,7 +361,6 @@
- /* shut down hal connection */
- libhal_ctx_shutdown( hal_ctx, &error );
- libhal_ctx_free( hal_ctx );
-- dbus_connection_close( dbus_conn );
- dbus_connection_unref( dbus_conn );
-
- /* go */