diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 23:04:37 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 23:04:37 +0000 |
commit | a7a17cd3f52f4f82192650320c705660470da62d (patch) | |
tree | aff315c40ed17bc835d24c6ca0c4fc980cb1f996 /x11-apps/xinit | |
parent | (#145951) alpha/amd64/arm/mips/ppc/ppc64/sh/sparc/x86 stable. (diff) | |
download | gentoo-2-a7a17cd3f52f4f82192650320c705660470da62d.tar.gz gentoo-2-a7a17cd3f52f4f82192650320c705660470da62d.tar.bz2 gentoo-2-a7a17cd3f52f4f82192650320c705660470da62d.zip |
(#145219) Start xdm after lircd, could use lirc mouse as input device.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index b112311a2df6..2b8c8f345cf2 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.66 2006/08/20 19:11:12 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.67 2006/09/05 23:04:37 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: + (#145219) Start xdm after lircd, could use lirc mouse as input device. 20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: (#143878) Start after gpm, otherwise using the gpm device for mouse is diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index 5ca4b7a8815f..d0b88aaf2158 100755 --- a/x11-apps/xinit/files/xdm.start +++ b/x11-apps/xinit/files/xdm.start @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.8 2006/08/20 19:11:12 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.9 2006/09/05 23:04:37 dberkholz Exp $ # This is here to serve as a note to myself, and future developers. # @@ -44,7 +44,8 @@ depend() { # this should start as early as possible # we can't do 'before *' as that breaks it # (#139824) Start after ypbind and autofs for network authentication - after bootmisc readahead-list ypbind autofs openvpn gpm netmount + # (#145219) Could use lirc mouse as input device + after bootmisc readahead-list ypbind autofs openvpn gpm netmount lircd before alsasound net.lo # Start before X |