summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-08 15:01:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-08 15:01:06 +0000
commit3626b972988b311a344cf423ae930bbd0ebb8450 (patch)
tree32735d5bcd56a6f59c430d311b5c04404fedc8a2 /perl-install/install_steps_interactive.pm
parent8445fc318c303d5f1d82751019dadde7f488feaa (diff)
downloaddrakx-backup-do-not-use-3626b972988b311a344cf423ae930bbd0ebb8450.tar
drakx-backup-do-not-use-3626b972988b311a344cf423ae930bbd0ebb8450.tar.gz
drakx-backup-do-not-use-3626b972988b311a344cf423ae930bbd0ebb8450.tar.bz2
drakx-backup-do-not-use-3626b972988b311a344cf423ae930bbd0ebb8450.tar.xz
drakx-backup-do-not-use-3626b972988b311a344cf423ae930bbd0ebb8450.zip
don't warnAboutNaughtyServers when upgrading
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 b431c1bf4..c5ac4cb31 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -420,7 +420,7 @@ sub choosePackages {
$o->choosePackagesTree($packages) or goto chooseGroups if $individual;
install_any::warnAboutRemovedPackages($o, $o->{packages});
- install_any::warnAboutNaughtyServers($o) or goto chooseGroups;
+ install_any::warnAboutNaughtyServers($o) or goto chooseGroups if !$o->{isUpgrade};
}
sub choosePackagesTree {