diff options
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index f6a3053dc739..e96b2cefe08c 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.72 2006/11/22 15:09:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.73 2006/11/22 20:08:45 dberkholz Exp $ + + 22 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: + Added the comment, forgot the actual change. 22 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: (#70689 comment #92) Start after consolefont to avoid display corruption. diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index f9769a5e83b2..baf325c7099d 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.10 2006/11/22 15:09:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.11 2006/11/22 20:08:45 dberkholz Exp $ # This is here to serve as a note to myself, and future developers. # @@ -46,7 +46,7 @@ depend() { # (#139824) Start after ypbind and autofs for network authentication # (#145219) Could use lirc mouse as input device # (#70689 comment #92) Start after consolefont to avoid display corruption - after bootmisc readahead-list ypbind autofs openvpn gpm netmount lircd + after bootmisc readahead-list ypbind autofs openvpn gpm netmount lircd consolefont before alsasound net.lo # Start before X |