diff options
Diffstat (limited to 'x11-base/xfree/files/4.2.0-r8/startDM.sh')
-rw-r--r-- | x11-base/xfree/files/4.2.0-r8/startDM.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-base/xfree/files/4.2.0-r8/startDM.sh b/x11-base/xfree/files/4.2.0-r8/startDM.sh deleted file mode 100644 index 147eae62b212..000000000000 --- a/x11-base/xfree/files/4.2.0-r8/startDM.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.0-r8/startDM.sh,v 1.2 2002/04/04 15:32:56 azarah Exp $ - -source /etc/init.d/functions.sh - -if [ -e ${svcdir}/options/xdm/service ] -then - /sbin/start-stop-daemon --start --quiet \ - --exec "`cat ${svcdir}/options/xdm/service`" - if [ $? -ne 0 ] - then - #there was a error running the DM - einfo "ERROR: could not start the Display Manager..." - fi -fi - |