summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-09-17 16:30:22 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-09-17 16:30:22 +0000
commitfd656de16777aa3c0b3138d5148c25118fadcd49 (patch)
tree138129df9cd103a0fd27160b68aef7e2bc68a067 /x11-apps
parentStable for HPPA (bug #283969). (diff)
downloadgentoo-2-fd656de16777aa3c0b3138d5148c25118fadcd49.tar.gz
gentoo-2-fd656de16777aa3c0b3138d5148c25118fadcd49.tar.bz2
gentoo-2-fd656de16777aa3c0b3138d5148c25118fadcd49.zip
another rev bump to be sure /etc/init.d is writeable before we run xdm-setup.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinit/ChangeLog9
-rw-r--r--x11-apps/xinit/files/xdm-setup.initd-16
-rw-r--r--x11-apps/xinit/xinit-1.0.8-r7.ebuild (renamed from x11-apps/xinit/xinit-1.0.8-r6.ebuild)2
3 files changed, 14 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index 8f21893b2f60..50f493168d41 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,13 @@
# 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.135 2009/09/15 00:27:45 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.136 2009/09/17 16:30:22 williamh Exp $
+
+*xinit-1.0.8-r7 (17 Sep 2009)
+
+ 17 Sep 2009; William Hubbs <williamh@gentoo.org> files/xdm-setup.initd-1,
+ -xinit-1.0.8-r6.ebuild, +xinit-1.0.8-r7.ebuild:
+ Another rev bump to make sure that xdm-setup runs after /etc/init.d is
+ writeable.
15 Sep 2009; William Hubbs <williamh@gentoo.org> files/xdm.initd-3:
Fixed dependency on x-setup; it should be xdm-setup.
diff --git a/x11-apps/xinit/files/xdm-setup.initd-1 b/x11-apps/xinit/files/xdm-setup.initd-1
index 7176eb30012c..3e03cfdc2b0e 100644
--- a/x11-apps/xinit/files/xdm-setup.initd-1
+++ b/x11-apps/xinit/files/xdm-setup.initd-1
@@ -1,7 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm-setup.initd-1,v 1.1 2009/09/15 00:24:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm-setup.initd-1,v 1.2 2009/09/17 16:30:22 williamh Exp $
+
+depend() {
+ need localmount
+}
start() {
if get_bootparam "nox" ; then
diff --git a/x11-apps/xinit/xinit-1.0.8-r6.ebuild b/x11-apps/xinit/xinit-1.0.8-r7.ebuild
index f80a004ed754..bd8ce378ccca 100644
--- a/x11-apps/xinit/xinit-1.0.8-r6.ebuild
+++ b/x11-apps/xinit/xinit-1.0.8-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r6.ebuild,v 1.1 2009/09/15 00:24:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r7.ebuild,v 1.1 2009/09/17 16:30:22 williamh Exp $
EAPI="2"