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 | 03b52ca8f6060b62f8c4c5334eced6e8a966c591 (patch) | |
tree | 9b10578d8370bd94a2e4182af4971eb3b3612115 /x11-apps | |
parent | (#145951) alpha/amd64/arm/mips/ppc/ppc64/sh/sparc/x86 stable. (diff) | |
download | historical-03b52ca8f6060b62f8c4c5334eced6e8a966c591.tar.gz historical-03b52ca8f6060b62f8c4c5334eced6e8a966c591.tar.bz2 historical-03b52ca8f6060b62f8c4c5334eced6e8a966c591.zip |
(#145219) Start xdm after lircd, could use lirc mouse as input device.
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'x11-apps')
-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 |