From 46d3c9d7c78c4acebe8b10ce9b8e0c42fabb9fbf Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 15 Jan 2008 15:28:11 +0000 Subject: [PATCH] Added support for FSP CLI (rfsp) - Line #15 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@269 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/fsp.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm index a2e432599..87ae99975 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm @@ -12,6 +12,7 @@ sub handled_commands { return { rpower => 'nodehm:power,mgt', reventlog => 'nodehm:mgt', + rfsp => 'nodehm:mgt' }; }