diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-09 10:31:38 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-09 10:31:38 +0000 |
commit | c852e7fbbd5dade5035556aad14c7b6c6f61b215 (patch) | |
tree | dd46ee7a2527a001407ea129d7c9f28745e9c8de /x11-apps/xinit | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-c852e7fbbd5dade5035556aad14c7b6c6f61b215.tar.gz gentoo-2-c852e7fbbd5dade5035556aad14c7b6c6f61b215.tar.bz2 gentoo-2-c852e7fbbd5dade5035556aad14c7b6c6f61b215.zip |
The xdm init script is now after modules, #179032.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.initd-1 | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 6993663b7b01..e594f7c0d7a9 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.91 2007/07/02 14:04:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.92 2007/07/09 10:31:38 uberlord Exp $ + + 09 Jul 2007; Roy Marples <uberlord@gentoo.org> files/xdm.initd-1: + The xdm init script is now after modules, #179032. 02 Jul 2007; Raúl Porcel <armin76@gentoo.org> xinit-1.0.3-r3.ebuild: alpha stable wrt #175465 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 |