diff options
author | 2009-09-15 00:24:06 +0000 | |
---|---|---|
committer | 2009-09-15 00:24:06 +0000 | |
commit | fc1201f137bf4295cc4ccd7b241487549cf8b848 (patch) | |
tree | d890377dbd1c6ac7b2a6594c8f09670c255ca695 /x11-apps/xinit/files/xdm-setup.initd-1 | |
parent | Initial import. (diff) | |
download | gentoo-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-1 | 10 |
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 +} |