diff options
author | Funda Wang <fwang@mandriva.org> | 2005-07-06 15:37:10 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-07-06 15:37:10 +0000 |
commit | 154d65b7835a6b0bd5c0c197d4df758a732199cf (patch) | |
tree | aae863995508df22237ce4e05a753a8a22f533a5 /mdkupdate | |
parent | dc1e69e9bbf93ed5be07c72d32c0ad66b50cb0d3 (diff) | |
download | mgaonline-154d65b7835a6b0bd5c0c197d4df758a732199cf.tar mgaonline-154d65b7835a6b0bd5c0c197d4df758a732199cf.tar.gz mgaonline-154d65b7835a6b0bd5c0c197d4df758a732199cf.tar.bz2 mgaonline-154d65b7835a6b0bd5c0c197d4df758a732199cf.tar.xz mgaonline-154d65b7835a6b0bd5c0c197d4df758a732199cf.zip |
More s/Mandrake/Mandriva, fix mdk bug#16077.
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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; |