From 2638fd549bcdc3e61e4bd8dc26ecb8b731dedbd4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 29 Mar 2012 20:26:16 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/blade.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 6241107bf..6af09bc0a 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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); } } }