diff options
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.initd-3 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 2afe8e05fe83..8f21893b2f60 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.134 2009/09/15 00:24:06 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.135 2009/09/15 00:27:45 williamh Exp $ + + 15 Sep 2009; William Hubbs <williamh@gentoo.org> files/xdm.initd-3: + Fixed dependency on x-setup; it should be xdm-setup. *xinit-1.0.8-r6 (15 Sep 2009) diff --git a/x11-apps/xinit/files/xdm.initd-3 b/x11-apps/xinit/files/xdm.initd-3 index 79c0f695b4c4..46beb325edf5 100755 --- a/x11-apps/xinit/files/xdm.initd-3 +++ b/x11-apps/xinit/files/xdm.initd-3 @@ -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-3,v 1.1 2009/09/14 16:19:03 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd-3,v 1.2 2009/09/15 00:27:45 williamh Exp $ # This is here to serve as a note to myself, and future developers. # @@ -39,7 +39,7 @@ # Start X Font Server before X depend() { - need localmount x-setup + need localmount xdm-setup # this should start as early as possible # we can't do 'before *' as that breaks it |