summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 23:08:11 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 23:08:11 +0000
commit1499448e753fb42e09399e4527ca2b66438c7d3a (patch)
tree3ddf14cf8845a585cdc94767fdb0650619dd46a9 /xserver.py
parent09f6d43963b1d9633090d7894af1399f4a161e6b (diff)
downloadanaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.tar.gz
anaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.tar.xz
anaconda-1499448e753fb42e09399e4527ca2b66438c7d3a.zip
oops
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver.py b/xserver.py
index 8c0e11457..35f1cc33b 100644
--- a/xserver.py
+++ b/xserver.py
@@ -99,7 +99,7 @@ EndSection
# give time for the server to fail (if it is going to fail...)
time.sleep (1)
- pid, status = waitpid (server, os.WNOHANG)
+ pid, status = os.waitpid (server, os.WNOHANG)
if status:
raise RuntimeError, "X server failed to start"