From c73b9452059e447f24983a8f45dd1657effb19fa Mon Sep 17 00:00:00 2001 From: jjhua Date: Sun, 27 Sep 2009 01:24:21 +0000 Subject: [PATCH] fixed bug 2866697, about the remote ssh connections git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index baf9fe083..a7b13f481 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -739,7 +739,7 @@ sub rflash { xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1); push(@value,[$hmc,$rsp->{data}->[0]]); push(@value,[$hmc,"Failed to copy $tmp_file $rpm_file_list $xml_file_list to $hmc"]); - #push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh connections"]); + push(@value,[$hmc,"Please check whether the HMC $hmc is configured to allow remote ssh automatic connections"]); push (@value, [$hmc,"Failed to upgrade the firmware of $mtms_t on $hmc"]); return(\@value); }