From 489b483c943070feca8cba6ca2cb3bba7ee25afc Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 1 Apr 2008 14:55:03 +0000 Subject: [PATCH] Change supported command name from "rfsp" to "rspconfig" - LIne #15 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@955 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/fsp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm index df2ac2bb1..e6811fef1 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm @@ -12,7 +12,7 @@ sub handled_commands { return { rpower => 'nodehm:power,mgt', reventlog => 'nodehm:mgt', - rfsp => 'nodehm:mgt' + rspconfig => 'nodehm:mgt' }; }