Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit/files: consolekit-0.3.0-allow-setidle.patch
Date: Mon, 27 Apr 2009 19:31:47
Message-Id: E1LyWYJ-0006c5-Nc@stork.gentoo.org
1 dang 09/04/27 19:31:43
2
3 Added: consolekit-0.3.0-allow-setidle.patch
4 Log:
5 Add SetIdleHint to dbus policy
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch?rev=1.1&content-type=text/plain
13
14 Index: consolekit-0.3.0-allow-setidle.patch
15 ===================================================================
16 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN ConsoleKit-0.3.0.orig/data/ConsoleKit.conf ConsoleKit-0.3.0/data/ConsoleKit.conf
17 --- ConsoleKit-0.3.0.orig/data/ConsoleKit.conf 2008-04-19 01:39:49.000000000 -0400
18 +++ ConsoleKit-0.3.0/data/ConsoleKit.conf 2009-04-27 15:20:57.000000000 -0400
19 @@ -90,6 +90,8 @@
20 <allow send_interface="org.freedesktop.ConsoleKit.Session"
21 send_member="GetIdleHint"/>
22 <allow send_interface="org.freedesktop.ConsoleKit.Session"
23 + send_member="SetIdleHint"/>
24 + <allow send_interface="org.freedesktop.ConsoleKit.Session"
25 send_member="GetIdleSinceHint"/>
26 </policy>