]> git.pld-linux.org Git - packages/hal.git/commitdiff
- upstream fix
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 10 Jan 2008 18:32:42 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hal-dbus.patch -> 1.3

hal-dbus.patch [new file with mode: 0644]

diff --git a/hal-dbus.patch b/hal-dbus.patch
new file mode 100644 (file)
index 0000000..0b6331e
--- /dev/null
@@ -0,0 +1,30 @@
+--- hal-0.5.10/hald/linux/addons/addon-macbook-backlight.c.dbus 2007-12-06 17:56:21.000000000 +0100
++++ hal-0.5.10/hald/linux/addons/addon-macbook-backlight.c 2007-12-06 17:57:01.000000000 +0100
+@@ -320,6 +320,7 @@ main (int argc, char **argv)
+       conn = libhal_ctx_get_dbus_connection (halctx);
+       dbus_connection_setup_with_g_main (conn, NULL);
++      dbus_connection_set_exit_on_disconnect (conn, 0);
+       dbus_connection_add_filter (conn, filter_function, NULL, NULL);
+--- hal-0.5.10/hald/linux/addons/addon-macbookpro-backlight.c.dbus 2007-12-06 17:56:26.000000000 +0100
++++ hal-0.5.10/hald/linux/addons/addon-macbookpro-backlight.c 2007-12-06 17:57:37.000000000 +0100
+@@ -502,6 +502,7 @@ main (int argc, char *argv[])
+       conn = libhal_ctx_get_dbus_connection (halctx);
+       dbus_connection_setup_with_g_main (conn, NULL);
++      dbus_connection_set_exit_on_disconnect (conn, 0);
+       dbus_connection_add_filter (conn, filter_function, NULL, NULL);
+--- hal-0.5.10/hald/linux/addons/addon-storage.c.dbus 2007-12-06 17:56:33.000000000 +0100
++++ hal-0.5.10/hald/linux/addons/addon-storage.c 2007-12-06 17:58:43.000000000 +0100
+@@ -657,6 +657,7 @@ main (int argc, char *argv[])
+       }
+       loop = g_main_loop_new (NULL, FALSE);
+       dbus_connection_setup_with_g_main (con, NULL);
++      dbus_connection_set_exit_on_disconnect (con, 0);
+       dbus_error_init (&error);
+       if ((ctx = libhal_ctx_init_direct (&error)) == NULL) 
This page took 0.051259 seconds and 4 git commands to generate.