From 86a73f896ccdd7e2fe1ab457ff81d7085ab39772 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 19 Apr 2000 14:45:30 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 2 ++ perl-install/crypto.pm | 2 +- perl-install/install2.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index bbceee428..d3a731d5a 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -2,6 +2,8 @@ * install_steps_interactive.pm: fixed crazy mutli CD manipulation. * printer.pm: fixed wrong prototype of print_pages. + * install2.pm: set version to 7.1 for crypto stuff. + * crypto.pm: commented ackbar crypto site. 2000-04-17 Pixel diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index c824af475..a679597bc 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -17,7 +17,7 @@ my %mirrors = ( "ftp.leo.org" => [ "Germany", "/pub/comp/os/unix/linux/Mandrake/Mandrake-crypto" ], "sunsite.uio.no" => [ "Norway", "/pub/unix/Linux/Mandrake-crypto" ], "ftp.sunet.se" => [ "Sweden", "/pub/Linux/distributions/mandrake-crypto" ], - "ackbar" => [ "Ackbar", "/crypto", "a", "a" ], +#- "ackbar" => [ "Ackbar", "/crypto", "a", "a" ], ); my %deps = ( diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 376a3f82e..40ee09a5d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -33,7 +33,7 @@ use install_steps; #-###################################################################################### #- Steps table #-###################################################################################### -$::VERSION = "7.0"; +$::VERSION = "7.1"; my (%installSteps, @orderedInstallSteps); { -- cgit v1.2.1