From bec96dccbb16480c3b653949317bb5589a2c0cfd Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Fri, 15 Mar 2002 14:14:58 +0000 Subject: - good support --- mdkupdate | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mdkupdate b/mdkupdate index 7cc70604..a53aa2a0 100755 --- a/mdkupdate +++ b/mdkupdate @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl ################################################################################ # Mdkupdate # # # @@ -63,7 +63,6 @@ rpm_qa("/root/rpm_qa_installed_before"); update_rpms($o{LOGIN},$o{PASS},$o{BOX},$o{CURRENTKEY}); rpm_qa("/root/rpm_qa_installed_after"); my %new = getVarsFromSh("/root/.mdkupdate"); -print "old key is $new{OLDKEY}\n"; send_rpm_dif($new{LOGIN},$new{PASS},$new{BOX},$new{OLDKEY}); sub update_rpms () { @@ -108,7 +107,7 @@ sub update_rpms () { } else { print "problem occur $str_m\n";} } else { - log_it(_("Your login or password may be wrong")."\n"._("You'll need to have an account on MandrakeOnline, or update your subscription")."\n"._("For any problem send mail to support\@mandrakeonline.com\n")); + log_it(_("Your login or password may be wrong")."\n"._("You'll need to have an account on MandrakeOnline, or update your subscription")."\n"._("For any problem send mail to support\@mandrakeonline.net\n")); exit -1; } } -- cgit v1.2.1