From 06e244202b8d06842fdf014dac2a85713481b63c Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 22 Oct 2013 05:11:27 -0700 Subject: [PATCH] correct xcat-yaboot in error message to yaboot-xcat --- xCAT-server/lib/xcat/plugins/yaboot.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index f3de6d60b..2e71b594d 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -571,12 +571,12 @@ sub process_request { if (($osv =~ /rh/ and int($osn) < 6) or ($osv =~ /sles/ and int($osn) < 11)) { - # check if xcat-yaboot installed + # check if yaboot-xcat installed my $yf = $tftpdir . "/yaboot"; unless (-e $yf) { my $rsp; push @{$rsp->{data}}, - "stop configuration because xcat-yaboot need to be installed for $os.\n"; + "stop configuration because yaboot-xcat need to be installed for $os.\n"; xCAT::MsgUtils->message("E", $rsp, $callback); return; }