Removed console method print to STDOUT - Line #191
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@976 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
62f8a82591
commit
127136dc67
@ -188,7 +188,7 @@ sub donodeent {
|
||||
push @$content,"console $node {\n";
|
||||
#if ($cfgent->{cons}
|
||||
my $cmeth=$cfgent->{cons};
|
||||
print $cmeth."\n";
|
||||
#print $cmeth."\n";
|
||||
if (grep(/^$cmeth$/,@cservers)) {
|
||||
push @$content," include ".$cfgent->{termserver}.";\n";
|
||||
push @$content," port ".$cfgent->{termport}.";\n";
|
||||
|
Loading…
Reference in New Issue
Block a user