summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-03-08 20:34:19 +0000
committerBill Nottingham <notting@redhat.com>2001-03-08 20:34:19 +0000
commitd57c7a796825a01791946ab3f74444bc13068204 (patch)
treefd1af3152e22251ddf0cb97d559d9a6aad99ca6d /text.py
parent6993f96066814df91b8f165e72d4d6725bb45c18 (diff)
downloadanaconda-d57c7a796825a01791946ab3f74444bc13068204.tar.gz
anaconda-d57c7a796825a01791946ab3f74444bc13068204.tar.xz
anaconda-d57c7a796825a01791946ab3f74444bc13068204.zip
don't bother unlinking /var/run/SERVER; Xconfigurator does
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.py b/text.py
index ff8d78509..cae186734 100644
--- a/text.py
+++ b/text.py
@@ -616,10 +616,6 @@ class XconfiguratorWindow:
root = todo.instPath)
screen.resume ()
todo.x.skip = 1
- try:
- os.unlink(todo.instPath + "/var/run/SERVER");
- except OSError:
- pass
return INSTALL_NOOP
class BeginInstallWindow: