diff options
Diffstat (limited to 'x11-apps/xinit/files/xdm.start')
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index fa6552ea14ff..9fd4d14872b0 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.5 2006/05/11 23:58:42 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.6 2006/07/10 18:37:53 dberkholz Exp $ # This is here to serve as a note to myself, and future developers. # @@ -43,7 +43,8 @@ depend() { # this should start as early as possible # we can't do 'before *' as that breaks it - after bootmisc readahead-list + # (#139824) Start after ypbind and autofs for network authentication + after bootmisc readahead-list ypbind autofs before alsasound net.lo # Start before X |