summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 00:43:29 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 00:43:29 +0000
commit3d1494cecda4b42ebdb0c52a3a362a68da22d00d (patch)
tree7c4265be7285b86ecd9a78e20e1eecda51687d58 /xf86config.py
parent44c460363210940aaabc125d2ac166d9f69977d1 (diff)
downloadanaconda-3d1494cecda4b42ebdb0c52a3a362a68da22d00d.tar.gz
anaconda-3d1494cecda4b42ebdb0c52a3a362a68da22d00d.tar.xz
anaconda-3d1494cecda4b42ebdb0c52a3a362a68da22d00d.zip
fixed.
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index d1a33748f..ab97e0930 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -289,7 +289,7 @@ EndSection
child = os.fork()
if (not child):
os.environ["DISPLAY"] = ":9"
- os.execv("/usr/X11R6/bin/Xtest", ["Xtest", "--nostart", "--noinitlevel"])
+ os.execv("/usr/X11R6/bin/Xtest", ["Xtest", "--nostart", "--norunlevel"])
else:
pid, status = os.waitpid(child, 0)
os.kill (server, 15)