Step 1 of blade.pm ssh-ification... rename telnetcmds to clicmds... cosmetic change

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-29 20:26:16 +00:00
parent e88e88e925
commit 2638fd549b

View File

@ -3965,7 +3965,7 @@ sub process_request {
while (forward_data($callback,$sub_fds)) {}
}
sub telnetcmds {
sub clicmds {
my $mpa=shift;
my $user=shift;
@ -4897,7 +4897,7 @@ sub dompa {
$rc = 1;
$args = [];
} else {
$result = telnetcmds($mpa,$user,$pass,$node,$slot,@exargs);
$result = clicmds($mpa,$user,$pass,$node,$slot,@exargs);
$rc |= @$result[0];
$args = @$result[1];
}
@ -4948,7 +4948,7 @@ sub dompa {
if ($mptype eq "cmm") {
# For the cmm, call the rscanfsp to discover the fsp for ppc blade
my @telargs = ("rscanfsp");
telnetcmds($mpa,$user,$pass,$node,$slot,@telargs);
clicmds($mpa,$user,$pass,$node,$slot,@telargs);
}
}
}