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
This commit is contained in:
lissav 2011-08-03 20:54:08 +00:00
parent 30c65f7b30
commit 09f05896cc

View File

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