Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/dbus/files: dbus-1.1.4-xdisplay_null.patch
Date: Tue, 05 Feb 2008 15:34:57
Message-Id: E1JMPp0-0000ZB-WE@stork.gentoo.org
1 steev 08/02/05 15:34:54
2
3 Added: dbus-1.1.4-xdisplay_null.patch
4 Log:
5 Add a patch from Matthias Clasen to fix dbus-launch hanging around after you exit X.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 sys-apps/dbus/files/dbus-1.1.4-xdisplay_null.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dbus/files/dbus-1.1.4-xdisplay_null.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dbus/files/dbus-1.1.4-xdisplay_null.patch?rev=1.1&content-type=text/plain
13
14 Index: dbus-1.1.4-xdisplay_null.patch
15 ===================================================================
16 diff -ruN dbus-1.1.4.orig/tools/dbus-launch.c dbus-1.1.4/tools/dbus-launch.c
17 --- dbus-1.1.4.orig/tools/dbus-launch.c 2008-02-05 08:53:15.000000000 -0600
18 +++ dbus-1.1.4/tools/dbus-launch.c 2008-02-05 08:54:04.000000000 -0600
19 @@ -966,6 +966,8 @@
20 char write_pid_fd_as_string[MAX_FD_LEN];
21 char write_address_fd_as_string[MAX_FD_LEN];
22
23 + xdisplay = NULL;
24 +
25 if (close_stderr)
26 do_close_stderr ();
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list