diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-10 18:37:53 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-10 18:37:53 +0000 |
commit | d511c1cfd3c858533d4c198833daef7eb8122368 (patch) | |
tree | 6570d50caad6d342b11847b4f464a525782da777 /x11-apps | |
parent | Stable on sparc wrt #139612 (diff) | |
download | gentoo-2-d511c1cfd3c858533d4c198833daef7eb8122368.tar.gz gentoo-2-d511c1cfd3c858533d4c198833daef7eb8122368.tar.bz2 gentoo-2-d511c1cfd3c858533d4c198833daef7eb8122368.zip |
(#139824) Start after ypbind and autofs for network authentication.
(Portage version: 2.1.1_pre2-r6)
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 fee2c8f22ce4..65aef6c5f3a2 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.61 2006/07/10 13:40:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.62 2006/07/10 18:37:53 dberkholz Exp $ + + 10 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.start: + (#139824) Start after ypbind and autofs for network authentication. 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> xinit-1.0.2-r6.ebuild: Mark 1.0.2-r6 stable on ia64 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 |