Gentoo Archives: gentoo-commits

From: "Angelo Arrifano (miknix)" <miknix@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit/files: xdm.confd-1 xdm.initd-2
Date: Sat, 30 May 2009 17:34:24
Message-Id: E1MASRq-0006iD-1U@stork.gentoo.org
1 miknix 09/05/30 17:34:22
2
3 Modified: xdm.confd-1 xdm.initd-2
4 Log:
5 Add GPE (gpe-dm) support.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 x11-apps/xinit/files/xdm.confd-1
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.confd-1?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.confd-1?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.confd-1?r1=1.2&r2=1.3
14
15 Index: xdm.confd-1
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.confd-1,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xdm.confd-1 13 Jan 2008 22:27:32 -0000 1.2
22 +++ xdm.confd-1 30 May 2009 17:34:21 -0000 1.3
23 @@ -5,7 +5,7 @@
24 # in your /etc/inittab file so that you don't get a dead keyboard.
25 CHECKVT=7
26
27 -# What display manager do you use ? [ xdm | gdm | kdm | kdm-3.5 | kdm-4.0 | entrance ]
28 +# What display manager do you use ? [ xdm | gdm | kdm | kdm-3.5 | kdm-4.0 | gpe | entrance ]
29 # NOTE: If this is set in /etc/rc.conf, that setting will override this one.
30 # KDE-specific note: kdm-3.5 and kdm-4.0 are just examples. You will find all
31 # possible versions by looking at the directories in /usr/kde/.
32
33
34
35 1.2 x11-apps/xinit/files/xdm.initd-2
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.initd-2?rev=1.2&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.initd-2?rev=1.2&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/files/xdm.initd-2?r1=1.1&r2=1.2
40
41 Index: xdm.initd-2
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd-2,v
44 retrieving revision 1.1
45 retrieving revision 1.2
46 diff -u -r1.1 -r1.2
47 --- xdm.initd-2 6 May 2008 08:16:56 -0000 1.1
48 +++ xdm.initd-2 30 May 2009 17:34:21 -0000 1.2
49 @@ -1,7 +1,7 @@
50 #!/sbin/runscript
51 # Copyright 1999-2004 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License, v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd-2,v 1.1 2008/05/06 08:16:56 zzam Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd-2,v 1.2 2009/05/30 17:34:21 miknix Exp $
55
56 # This is here to serve as a note to myself, and future developers.
57 #
58 @@ -85,6 +85,10 @@
59 EXE=/usr/bin/wdm
60 PIDFILE=
61 ;;
62 + gpe)
63 + EXE=/usr/bin/gpe-dm
64 + PIDFILE=/var/run/gpe-dm.pid
65 + ;;
66 *)
67 EXE=
68 # Fix #65586, where MY_XDM is empty so EXE=somedir