summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-09-15 00:24:06 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-09-15 00:24:06 +0000
commitfc1201f137bf4295cc4ccd7b241487549cf8b848 (patch)
treed890377dbd1c6ac7b2a6594c8f09670c255ca695 /x11-apps/xinit/files/xdm-setup.initd-1
parentInitial import. (diff)
downloadgentoo-2-fc1201f137bf4295cc4ccd7b241487549cf8b848.tar.gz
gentoo-2-fc1201f137bf4295cc4ccd7b241487549cf8b848.tar.bz2
gentoo-2-fc1201f137bf4295cc4ccd7b241487549cf8b848.zip
renamed x-setup to xdm-setup to avoid collission with livecd-tools and fixed a typo.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xinit/files/xdm-setup.initd-1')
-rw-r--r--x11-apps/xinit/files/xdm-setup.initd-110
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-apps/xinit/files/xdm-setup.initd-1 b/x11-apps/xinit/files/xdm-setup.initd-1
new file mode 100644
index 000000000000..7176eb30012c
--- /dev/null
+++ b/x11-apps/xinit/files/xdm-setup.initd-1
@@ -0,0 +1,10 @@
+#!/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 $
+
+start() {
+ if get_bootparam "nox" ; then
+ touch /etc/init.d/.noxdm
+ fi
+}