From d90f07bd189c20957496848aa2658890e1f2ad31 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 16 Feb 2004 16:06:59 +0000 Subject: network::shorewall::read without silent is nasty, since it doesn't only read, it prompts the user. So each time the summary updates the data, it prompts (when you have more than one card and no firewall configured) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index e94058163..12970008a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1053,7 +1053,7 @@ sub summary { label => N("Firewall"), val => sub { require network::shorewall; - my $shorewall = network::shorewall::read($o, 'not_silent'); + my $shorewall = network::shorewall::read($o, 'silent'); $shorewall && !$shorewall->{disabled} ? N("activated") : N("disabled"); }, clicked => sub { -- cgit v1.2.1