aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Fish <gentoo@seaofdirac.net>2018-04-01 14:13:35 +0200
committerNicholas Fish <gentoo@seaofdirac.net>2018-04-01 14:13:35 +0200
commitab6cc91f6d9957a7882c5cc1389aedfe68a62733 (patch)
treece9fac257645da40c9b3a88e871e3b87c02e273e /x11-base/xorg-server/files/xdm-setup.initd-1
parentmedia-libs/mesa: add patch to increase created pthread stack size to 1MB to w... (diff)
downloadennui-ab6cc91f6d9957a7882c5cc1389aedfe68a62733.tar.gz
ennui-ab6cc91f6d9957a7882c5cc1389aedfe68a62733.tar.bz2
ennui-ab6cc91f6d9957a7882c5cc1389aedfe68a62733.zip
x11-base/xorg-server: add ebuild for X.Org X Server 1.19.99.902 (1.20.0 RC 2)
Diffstat (limited to 'x11-base/xorg-server/files/xdm-setup.initd-1')
-rw-r--r--x11-base/xorg-server/files/xdm-setup.initd-113
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-base/xorg-server/files/xdm-setup.initd-1 b/x11-base/xorg-server/files/xdm-setup.initd-1
new file mode 100644
index 0000000..8f2ed27
--- /dev/null
+++ b/x11-base/xorg-server/files/xdm-setup.initd-1
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+ need localmount
+}
+
+start() {
+ if get_bootparam "nox" ; then
+ touch /etc/.noxdm
+ fi
+}