summaryrefslogtreecommitdiffstats
path: root/firewall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-05-27 12:33:23 -0400
committerJeremy Katz <katzj@redhat.com>2009-05-27 13:39:53 -0400
commit776a87aa63f959f1b43425048ea316db95347a3d (patch)
treed1c2c91ec8401961a5381d825444b7db4c5c44ee /firewall.py
parent1a925e06c7579aae92cfb47eb0cf7279aeaa8e3b (diff)
downloadanaconda-776a87aa63f959f1b43425048ea316db95347a3d.tar.gz
anaconda-776a87aa63f959f1b43425048ea316db95347a3d.tar.xz
anaconda-776a87aa63f959f1b43425048ea316db95347a3d.zip
sysconfig file changed names for system-config-firewall
Diffstat (limited to 'firewall.py')
-rw-r--r--firewall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/firewall.py b/firewall.py
index 1f08ef8e0..9b320f4b1 100644
--- a/firewall.py
+++ b/firewall.py
@@ -85,8 +85,8 @@ class Firewall:
log.error ("lokkit run failed: %s", e.strerror)
else:
f = open(instPath +
- '/etc/sysconfig/system-config-securitylevel', 'w')
- f.write("# system-config-securitylevel config written out by anaconda\n\n")
+ '/etc/sysconfig/system-config-firewall', 'w')
+ f.write("# system-config-firewall config written out by anaconda\n\n")
for arg in args[3:]:
f.write("%s\n" %(arg,))
f.close()