diff options
Diffstat (limited to 'x11-apps/xinit/files')
-rwxr-xr-x | x11-apps/xinit/files/xdm.initd-1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xinit/files/xdm.initd-1 b/x11-apps/xinit/files/xdm.initd-1 index 47aac8b69902..ed69c10413ba 100755 --- a/x11-apps/xinit/files/xdm.initd-1 +++ b/x11-apps/xinit/files/xdm.initd-1 @@ -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.initd-1,v 1.2 2007/05/24 09:34:36 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd-1,v 1.3 2007/07/09 10:31:38 uberlord Exp $ # This is here to serve as a note to myself, and future developers. # @@ -46,7 +46,8 @@ 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 consolefont + after bootmisc consolefont modules netmount + after readahead-list ypbind autofs openvpn gpm lircd before alsasound # Start before X |