[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] sysconfig file changed names for system-config-firewall
- From: Jeremy Katz <katzj redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] sysconfig file changed names for system-config-firewall
- Date: Wed, 27 May 2009 12:34:27 -0400
---
firewall.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/firewall.py b/firewall.py
index 1f08ef8..9b320f4 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()
--
1.6.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]