From 62430b1404dcbd1cf0b1781cab8d66f15824bf12 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/postscripts/db2install --- xCAT/postscripts/db2install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT/postscripts/db2install b/xCAT/postscripts/db2install index 33fa21450..836a829d6 100755 --- a/xCAT/postscripts/db2install +++ b/xCAT/postscripts/db2install @@ -6,14 +6,14 @@ #----------------------------------------------------------------------------- -=head1 db2install +=head1 db2install This postscript installs and sets up db2 on a client machine, usually a Service Node or a login node. This script can only be used to automatically install an - AIX 6.1 or 7.1, or a Linux Redhat5 or Redhat6 Client. + AIX 6.1 or 7.1, or a Linux Redhat5 or Redhat6 Client. Note: the db2 code must be in a mountable directory defined by the db2installloc attribute in the site table. - The perl-DBD-DB2 code should have been installed during the xCAT install from + The perl-DBD-DB2 code should have been installed during the xCAT install from the AIX or Linux xCAT deps package for AIX6.1 or 7.1 or Redhat5 or Redhat 6. More information can be obtained from the xCAT http://xcat.svn.sourceforge.net/viewvc/xcat/xcat-core/trunk/xCAT-client/share/doc/xCAT2SetupDB2.pdf. Needs export MASTER=site.master @@ -22,7 +22,7 @@ export INSTALLDIR=site.installdir export XCATDPORT=site.xcatdport export NODE= - + =cut #-----------------------------------------------------------------------------