-Fix db2man failure on rpm build

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2241 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-27 14:54:03 +00:00
parent 22e4f450cd
commit f8fc3dad9b

View File

@ -2527,7 +2527,7 @@ sub getNodesetStates{
xCAT::MsgUtils->message('E',$retarray[1]);}
}
if (@pxenodes > 0) {
use xCAT_plugin::pxe;
require xCAT_plugin::pxe;
@retarray=xCAT_plugin::pxe::getNodesetStates(\@pxenodes, $hashref);
if ($retarray[0]) {
$retcode=$retarray[0];
@ -2536,7 +2536,7 @@ sub getNodesetStates{
}
}
if (@aixnodes > 0) {
use xCAT_plugin::aixinstall;
require xCAT_plugin::aixinstall;
@retarray=xCAT_plugin::aixinstall::getNodesetStates(\@aixnodes, $hashref);
if ($retarray[0]) {
$retcode=$retarray[0];