From 43356d13f90e19aacaa6ffa6fea8e311a2c50212 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Oct 2004 06:50:34 +0000 Subject: don't install updates when meta_class is firewall --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 95719f98e..de315aad7 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -264,7 +264,7 @@ sub configureNetwork { #------------------------------------------------------------------------------ sub installUpdates { my ($_clicked, $_ent_number, $auto) = @_; - installStepsCall($o, $auto, 'installUpdates'); + installStepsCall($o, $auto, 'installUpdates') if $o->{meta_class} ne 'firewall'; } #------------------------------------------------------------------------------ sub configureServices { -- cgit v1.2.1