From 09f05896cc3e3d18de5c271851be7df1802a19ba Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 3 Aug 2011 20:54:08 +0000 Subject: [PATCH] fix message about missing 32 bit packages for redhat6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10219 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/db2sqlsetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index fd231bef2..9ea70ceda 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -1486,7 +1486,7 @@ sub setupODBC if (($foundppc64 !=1) || ($foundppc != 1)) { my $message = - "If Redhat on power is being used then both unixODBC.*.ppc64 and unixODBC.*.ppc rpms must be installed to run ISNM. "; + "If Redhat on power is being used then both unixODBC.*.ppc64 and unixODBC.*.ppc rpms must be installed. "; xCAT::MsgUtils->message("I", "$message"); } @@ -1508,7 +1508,7 @@ sub setupODBC if (($foundppc64 !=1) || ($foundppc != 1)) { my $message = - "If Redhat on power is being used then both pam-*.ppc64 and pam-*.ppc rpms must be installed to run ISNM. "; + "If Redhat on power is being used then both pam-*.ppc64 and pam-*.ppc rpms must be installed. "; xCAT::MsgUtils->message("I", "$message"); } @@ -1530,7 +1530,7 @@ sub setupODBC if (($foundppc64 !=1) || ($foundppc != 1)) { my $message = - "If Redhat on power is being used then both openssl*.ppc64 and openssl*.ppc rpms must be installed to run ISNM. "; + "If Redhat on power is being used then both openssl*.ppc64 and openssl*.ppc rpms must be installed. "; xCAT::MsgUtils->message("I", "$message"); }