summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 17:30:13 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 17:30:13 +0000
commit99bb1dd29e024a645122ab162ab2a0130285f97a (patch)
tree9a521c0ee574ad483a0e413f8aaf6871fa717660 /xserver.py
parent25cb3c1608e2521196048f77f0da75959c16f881 (diff)
downloadanaconda-99bb1dd29e024a645122ab162ab2a0130285f97a.tar.gz
anaconda-99bb1dd29e024a645122ab162ab2a0130285f97a.tar.xz
anaconda-99bb1dd29e024a645122ab162ab2a0130285f97a.zip
patch for sun X from jj
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xserver.py b/xserver.py
index e5362b3da..ea7ed190f 100644
--- a/xserver.py
+++ b/xserver.py
@@ -74,9 +74,7 @@ def startX():
x = XF86Config (mouse)
x.probe ()
- if x.server and len (x.server) >= 3 and x.server[0:3] == 'Sun':
- serverPath = '/usr/X11R6/bin/Xs' + x.server[1:]
- elif x.server:
+ if x.server:
serverPath = '/usr/X11R6/bin/' + x.server
elif iutil.getArch() == "sparc":
raise RuntimeError, "Unknown card"