-Fix db2man failure on rpm build

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

View File

@ -2519,7 +2519,7 @@ sub getNodesetStates{
my $errormsg;
# print "ya=@yabootnodes, pxe=@pxenodes, aix=@aixnodes\n";
if (@yabootnodes > 0) {
use xCAT_plugin::yaboot;
require xCAT_plugin::yaboot;
@retarray=xCAT_plugin::yaboot::getNodesetStates(\@yabootnodes, $hashref);
if ($retarray[0]) {
$retcode=$retarray[0];