summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-26 15:35:23 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-27 16:21:33 -1000
commit0aebbf3eaf6e2b722ff2dc315397cb27fb3f29d0 (patch)
tree7a5a70294342d6e0202cb71183d4b143843ee464
parent49c0925fdcff5ef19356f65c7becb4e836b4923d (diff)
downloadanaconda-0aebbf3eaf6e2b722ff2dc315397cb27fb3f29d0.tar.gz
anaconda-0aebbf3eaf6e2b722ff2dc315397cb27fb3f29d0.tar.xz
anaconda-0aebbf3eaf6e2b722ff2dc315397cb27fb3f29d0.zip
Remove references to /tmp/netinfo
-rw-r--r--exception.py2
-rw-r--r--vnc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/exception.py b/exception.py
index 12a108e9a..3820c72f0 100644
--- a/exception.py
+++ b/exception.py
@@ -196,7 +196,7 @@ class AnacondaExceptionDump:
fd.write("\nException occurred during state dump:\n")
traceback.print_exc(None, fd)
- for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo",
+ for file in ("/tmp/syslog", "/tmp/anaconda.log",
"/tmp/lvmout", "/tmp/resize.out",
anaconda.rootPath + "/root/install.log",
anaconda.rootPath + "/root/upgrade.log"):
diff --git a/vnc.py b/vnc.py
index 0d86ed10f..08ed4eceb 100644
--- a/vnc.py
+++ b/vnc.py
@@ -96,7 +96,7 @@ class VncServer:
def initialize(self):
"""Here is were all the relative vars get initialized. """
- # try to load /tmp/netinfo and see if we can sniff out network info
+ # see if we can sniff out network info
netinfo = network.Network()
# Look for the first configured interface and use its IP address for