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-apps/hal/files: 0.5.10-hald.rc
Date: Sat, 02 May 2009 00:16:41
Message-Id: E1M02uF-0005TS-3y@stork.gentoo.org
1 dang 09/05/02 00:16:39
2
3 Modified: 0.5.10-hald.rc
4 Log:
5 Fix #267706 and #267621
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-apps/hal/files/0.5.10-hald.rc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc?r1=1.2&r2=1.3
14
15 Index: 0.5.10-hald.rc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 0.5.10-hald.rc 5 Jan 2008 19:23:08 -0000 1.2
22 +++ 0.5.10-hald.rc 2 May 2009 00:16:39 -0000 1.3
23 @@ -1,10 +1,10 @@
24 #!/sbin/runscript
25 # Copyright 1999-2006 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License, v2 or later
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc,v 1.2 2008/01/05 19:23:08 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc,v 1.3 2009/05/02 00:16:39 dang Exp $
29
30 depend() {
31 - use logger acpid
32 + use logger acpid consolekit
33 need dbus
34 after coldplug dns nscd
35 }