summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-24 09:59:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-24 09:59:47 +0000
commitfbbcf8129f8c931cea1279ea5589bd657155be4f (patch)
treeb13208bdc47464e7a05809a6a1d47cbf125a29d5 /perl-install/install_steps_interactive.pm
parent86f242fd200194724a068de6474fb9d97a480355 (diff)
downloaddrakx-backup-do-not-use-fbbcf8129f8c931cea1279ea5589bd657155be4f.tar
drakx-backup-do-not-use-fbbcf8129f8c931cea1279ea5589bd657155be4f.tar.gz
drakx-backup-do-not-use-fbbcf8129f8c931cea1279ea5589bd657155be4f.tar.bz2
drakx-backup-do-not-use-fbbcf8129f8c931cea1279ea5589bd657155be4f.tar.xz
drakx-backup-do-not-use-fbbcf8129f8c931cea1279ea5589bd657155be4f.zip
- network::shorewall::default_interfaces_silent() does not need any parameter
- network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c0b1b2d98..9b5fb997e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1096,7 +1096,7 @@ sub summary {
label => N("Firewall"),
val => sub {
require network::shorewall;
- my $shorewall = network::shorewall::read($o, 'silent');
+ my $shorewall = network::shorewall::read();
$shorewall && !$shorewall->{disabled} ? N("activated") : N("disabled");
},
clicked => sub {