From 3b26c208f3e8f41e3eff91f58e76b9c3f75a4fea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 26 Mar 2008 13:34:39 +0000 Subject: [PATCH] Modify rvitals led return to be more accurate git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@895 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/ipmi.pm b/xCAT-server-2.0/lib/xcat/plugins/ipmi.pm index 2f42faa6c..fe5d1c189 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/ipmi.pm @@ -2945,7 +2945,7 @@ sub checkleds { my $prod_id; ($rc,$text,$mfg_id,$prod_id) = getdevid(); if ($mfg_id != 2) { - return (0,"LED status only supported on IBM hardware"); + return (0,"LED status not supported on this system"); } ($rc,$text) = initsdr();