summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-19 14:45:30 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-19 14:45:30 +0000
commit86a73f896ccdd7e2fe1ab457ff81d7085ab39772 (patch)
treeccd1e6a23bde8a19edd0e85350e7960793a810f7
parent60cb93a00f95bdce9fe9f8595b86feb9eddc5a4c (diff)
downloaddrakx-backup-do-not-use-86a73f896ccdd7e2fe1ab457ff81d7085ab39772.tar
drakx-backup-do-not-use-86a73f896ccdd7e2fe1ab457ff81d7085ab39772.tar.gz
drakx-backup-do-not-use-86a73f896ccdd7e2fe1ab457ff81d7085ab39772.tar.bz2
drakx-backup-do-not-use-86a73f896ccdd7e2fe1ab457ff81d7085ab39772.tar.xz
drakx-backup-do-not-use-86a73f896ccdd7e2fe1ab457ff81d7085ab39772.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog2
-rw-r--r--perl-install/crypto.pm2
-rw-r--r--perl-install/install2.pm2
3 files changed, 4 insertions, 2 deletions
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 <pixel@mandrakesoft.com>
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);
{