2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-26 21:20:29 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/tools/powervm/xcataixpost.patch

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 9f28a7014d
commit 63c409501b

View File

@@ -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";