-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:
parent
7e52eff678
commit
22e4f450cd
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user