From 63c409501bdbc82aa03e898c2ce219e1ce6f9573 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/share/xcat/tools/powervm/xcataixpost.patch --- xCAT-server/share/xcat/tools/powervm/xcataixpost.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/tools/powervm/xcataixpost.patch b/xCAT-server/share/xcat/tools/powervm/xcataixpost.patch index 9d54b5900..1b68481b2 100644 --- a/xCAT-server/share/xcat/tools/powervm/xcataixpost.patch +++ b/xCAT-server/share/xcat/tools/powervm/xcataixpost.patch @@ -7,20 +7,20 @@ - my $useSocketSSL=eval { require IO::Socket::SSL; }; use Getopt::Long; use XML::Simple; - + @@ -46,6 +45,15 @@ open(LOGFILE,">>",$logfile); $::LOG_FILE = \*LOGFILE; - + + #-------------------------------------- + print "$::sdata xcataixpost: install the perl-IO-Socket-SSL and perl-Net_SSLeay\n"; + `/usr/sbin/updtvpkg`; + `cd /xcatpost/packages; /usr/bin/rpm -i perl-IO-Socket-SSL-1.33-1.aix6.1.ppc.rpm`; + `cd /xcatpost/packages; /usr/bin/rpm -i perl-Net_SSLeay.pm-1.30-2.aix6.1.ppc.rpm`; + `cd /xcatpost/packages; /usr/bin/rpm -i bash-3.2-1.aix5.2.ppc.rpm`; -+ ++ + my $useSocketSSL=eval { require IO::Socket::SSL; }; + #----------------------------------------- - + unless ($useSocketSSL) { print "$::sdate xcataixpost: Error: cannot load necessary library IO::Socket::SSL.\n";