summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-15 12:13:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-15 12:13:16 +0000
commit2dc149fa7184d903d209f24fd5b74e2747ef643a (patch)
tree03cf837909eb9835ea94738c4aff56f898ce3b23 /perl-install/crypto.pm
parente04cf5d801dbf0907f58c2babc86db584b4058ec (diff)
downloaddrakx-backup-do-not-use-2dc149fa7184d903d209f24fd5b74e2747ef643a.tar
drakx-backup-do-not-use-2dc149fa7184d903d209f24fd5b74e2747ef643a.tar.gz
drakx-backup-do-not-use-2dc149fa7184d903d209f24fd5b74e2747ef643a.tar.bz2
drakx-backup-do-not-use-2dc149fa7184d903d209f24fd5b74e2747ef643a.tar.xz
drakx-backup-do-not-use-2dc149fa7184d903d209f24fd5b74e2747ef643a.zip
Update the name of the update media added by the installer
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index 5f22e1500..aaedc3783 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -192,7 +192,7 @@ sub getPackages {
#- extract hdlist of crypto, then depslist.
require pkgs;
my $update_medium = pkgs::psUsingHdlist('ftp', $packages, "hdlist-updates.cz", "1u", "",
- "Updates for Mandrakelinux " . version(), 1, $fhdlist, $pubkey);
+ "Updates for Mandriva Linux " . version(), 1, $fhdlist, $pubkey);
if ($update_medium) {
log::l("read updates hdlist");
#- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi).