diff options
author | Bill Nottingham <notting@redhat.com> | 2001-03-08 20:34:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-03-08 20:34:19 +0000 |
commit | d57c7a796825a01791946ab3f74444bc13068204 (patch) | |
tree | fd1af3152e22251ddf0cb97d559d9a6aad99ca6d /text.py | |
parent | 6993f96066814df91b8f165e72d4d6725bb45c18 (diff) | |
download | anaconda-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.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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: |