diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |