From b7194852a457b2a5a15a6716cf5eeaa39b1ae9b6 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 11 May 2011 08:07:18 +0000 Subject: [PATCH] remove the "=" to match the new AIX ssh key file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@9560 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index 45870141d..c33564a1a 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -392,7 +392,7 @@ sub sshcfg { # Find logon in key file ################################# foreach ( @$result ) { - if ( /= $logon$/ ) { + if ( /$logon$/ ) { return( [[$server,"enabled",SUCCESS]] ); } }