summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/pmount/pmount-dbus-close.patch
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-25 16:17:55 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-25 16:17:55 (GMT)
commitac8a679dad17bc7448d4229f68f5e5c6c703e798 (patch)
treeddf72fcf8dd0e1e3600d3daa58305bbcea3be913 /abs/extra-testing/pmount/pmount-dbus-close.patch
parent8a9438599b6a623814702b625d11a96e8bbdad69 (diff)
parent6ba090f1282f7a34d5ae396ef4b15610cd22f1c0 (diff)
downloadlinhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.zip
linhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.tar.gz
linhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.tar.bz2
Merge branch 'master' of ssh://knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/pmount/pmount-dbus-close.patch')
-rw-r--r--abs/extra-testing/pmount/pmount-dbus-close.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/pmount/pmount-dbus-close.patch b/abs/extra-testing/pmount/pmount-dbus-close.patch
new file mode 100644
index 0000000..06ffa2b
--- /dev/null
+++ b/abs/extra-testing/pmount/pmount-dbus-close.patch
@@ -0,0 +1,11 @@
+diff -ruN pmount-0.9.13/src/pmount-hal.c pmount-0.9.13-new/src/pmount-hal.c
+--- pmount-0.9.13/src/pmount-hal.c 2006-08-15 22:31:02.000000000 +0200
++++ pmount-0.9.13-new/src/pmount-hal.c 2007-02-05 12:01:09.000000000 +0100
+@@ -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 */