From 154d65b7835a6b0bd5c0c197d4df758a732199cf Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 6 Jul 2005 15:37:10 +0000 Subject: More s/Mandrake/Mandriva, fix mdk bug#16077. --- mdkupdate | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mdkupdate') diff --git a/mdkupdate b/mdkupdate index 18e59806..abdaa1e9 100755 --- a/mdkupdate +++ b/mdkupdate @@ -42,7 +42,7 @@ my $afterrpm = "$confdir/rpm_qa_installed_after"; my $logfile = '/var/tmp/mdkupdate.log'; -my $onlineUrl = "https://www.mandrivaonline.net/"; +my $onlineUrl = "https://www.mandrivaonline.com/"; my $url; foreach (qw(online_dif online_update online3_RemoteAction wizard)) { $url->{$_} = $onlineUrl . $_ . '.php'; @@ -63,10 +63,10 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: ", $VERSION, $YEARS) . N(" --help - print this help message. -") . N(" --auto - Mandrakeupdate launched automatically. -") . N(" --applet - launch Mandrakeupdate. +") . N(" --auto - Mandriva Update launched automatically. +") . N(" --applet - launch Mandriva Update. ") . N(" --mnf - launch mnf specific scripts. -") . N(" --noX - text mode version of MandrakeUpdate. +") . N(" --noX - text mode version of Mandriva Update. "); exit(0); } @@ -138,7 +138,7 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { }; $action->{$u}->(); } else { - output_p($logfile, N("Connection problem") . "\n" . N("Mandrakeupdate could not contact the site, we will try again.")); + output_p($logfile, N("Connection problem") . "\n" . N("Mandriva Update could not contact the site, we will try again.")); } } else { my $ret = -1; -- cgit v1.2.1