From 031e219d4c39a12371e76b223a43b17c1817e442 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 30 Jan 2009 09:58:41 +0000 Subject: - do not warn about "servers which open ports on outside by default" (the list of servers is not maintained, and the policy for those servers has changed) --- perl-install/install/steps_interactive.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index ffcc4b03b..cea3c06e2 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -443,7 +443,6 @@ sub choosePackages { $o->choosePackagesTree($o->{packages}) or goto chooseGroups if $individual; install::any::warnAboutRemovedPackages($o, $o->{packages}); - install::any::warnAboutNaughtyServers($o) or goto chooseGroups if !$o->{isUpgrade}; } sub choosePackagesTree { -- cgit v1.2.1