diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 19:11:12 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 19:11:12 +0000 |
commit | 0b0a4349837ba01d765e65f21532d5c88e4f549e (patch) | |
tree | 434fcfe0e97ab9d4906eb9f95e33091f80fcdd6f /x11-apps | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-0b0a4349837ba01d765e65f21532d5c88e4f549e.tar.gz gentoo-2-0b0a4349837ba01d765e65f21532d5c88e4f549e.tar.bz2 gentoo-2-0b0a4349837ba01d765e65f21532d5c88e4f549e.zip |
(#143878) Start after gpm, otherwise using the gpm device for mouse is broken. (#143928) Start after netmount, or required directories may not be mounted.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 7 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index dd223d16a037..b112311a2df6 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,11 @@ # 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.65 2006/08/14 01:50:07 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.66 2006/08/20 19:11:12 dberkholz Exp $ + + 20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; files/xdm.start: + (#143878) Start after gpm, otherwise using the gpm device for mouse is + broken. (#143928) Start after netmount, or required directories may not be + mounted. 14 Aug 2006; Joshua Baergen <joshuabaergen@gentoo.org> xinit-1.0.2-r6.ebuild: diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index 65a17416f19b..5ca4b7a8815f 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.7 2006/07/16 17:23:39 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.8 2006/08/20 19:11:12 dberkholz Exp $ # This is here to serve as a note to myself, and future developers. # @@ -44,7 +44,7 @@ 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 + after bootmisc readahead-list ypbind autofs openvpn gpm netmount before alsasound net.lo # Start before X |