diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 22:28:16 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 22:28:16 +0000 |
commit | f3c5ff143f39a2e479b5ef9402f73c34c9955802 (patch) | |
tree | 926869386e6ea2ad446883759e2fe58abdcef009 /x11-apps | |
parent | Missed the actual init script changes last time. Add it now, with a rewritten... (diff) | |
download | gentoo-2-f3c5ff143f39a2e479b5ef9402f73c34c9955802.tar.gz gentoo-2-f3c5ff143f39a2e479b5ef9402f73c34c9955802.tar.bz2 gentoo-2-f3c5ff143f39a2e479b5ef9402f73c34c9955802.zip |
Also run after readahead-list. Fix typo in confd comment.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/files/xdm.confd | 2 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index baee78ad8d51..b3722176f811 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,10 @@ # 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.46 2006/04/21 22:26:37 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.47 2006/04/21 22:28:16 spyderous Exp $ + + 21 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.confd, + files/xdm.start: + Also run after readahead-list. Fix typo in confd comment. *xinit-1.0.2-r3 (21 Apr 2006) diff --git a/x11-apps/xinit/files/xdm.confd b/x11-apps/xinit/files/xdm.confd index e6d69799637c..3bc91652c6a9 100644 --- a/x11-apps/xinit/files/xdm.confd +++ b/x11-apps/xinit/files/xdm.confd @@ -2,7 +2,7 @@ # VT, which means it has to wait until all gettys are started so it doesn't suck # up a VT that should have had a login prompt (very slow). # If XSTATICVT is on, the login manager will start as soon as possible during -# the login process. +# the boot process. XSTATICVT="yes" # What display manager do you use ? [ xdm | gdm | kdm | entrance ] diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index 09c119ba88d1..3d83ee540f18 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.2 2006/04/21 22:26:37 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.3 2006/04/21 22:28:16 spyderous Exp $ # This is here to serve as a note to myself, and future developers. # @@ -43,7 +43,7 @@ depend() { # this should start as early as possible # we can't do 'before *' as that breaks it - after bootmisc + after bootmisc readahead-list before alsasound net.lo # Start before X |