From 4c24c974ac498f93bea58337ca88460eedc35438 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Mar 2009 10:24:25 +0000 Subject: (_install_raw) ask for retry --- perl-install/install/NEWS | 1 + perl-install/install/pkgs.pm | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5ceb2d114..9f37ca4f7 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - package installation: + o ask for retry o log bogus signatures Version 12.8 - 6 March 2009 diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index db241d635..d1387214b 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -757,8 +757,6 @@ sub _install_raw { log::l($msg2); $::o->ask_yesorno(N("Warning"), "$msg\n\n$msg2"); }, - ask_retry => sub { - }, copy_removable => sub { my ($medium) = @_; $::o->ask_change_cd($medium); -- cgit v1.2.1