Looks ok, Regards, Hans On 05/27/2009 06:34 PM, Jeremy Katz wrote:
--- 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()
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list