From d53813b356075a5ea3dc078f30f0f7e904a3c0cd Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 1 Aug 2013 16:41:42 +0800 Subject: [PATCH] fix a message typo in *sqlsetup scripts --- xCAT-client/bin/db2sqlsetup | 2 +- xCAT-client/bin/mysqlsetup | 2 +- xCAT-client/bin/pgsqlsetup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index ef8e5f219..d0123ecd9 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -1878,7 +1878,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to DB2 database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to DB2 database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error diff --git a/xCAT-client/bin/mysqlsetup b/xCAT-client/bin/mysqlsetup index 308b66833..2e9f48fe2 100755 --- a/xCAT-client/bin/mysqlsetup +++ b/xCAT-client/bin/mysqlsetup @@ -1787,7 +1787,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to MySQL database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to MySQL database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error diff --git a/xCAT-client/bin/pgsqlsetup b/xCAT-client/bin/pgsqlsetup index 5624f65f7..6a4856ac7 100755 --- a/xCAT-client/bin/pgsqlsetup +++ b/xCAT-client/bin/pgsqlsetup @@ -1331,7 +1331,7 @@ sub restorexcatdb # restore the database xCAT::MsgUtils->message( "I", - "Restoring the xCat Database with $::backupdir to PostgreSQL database.\nThis could take several minutes." + "Restoring the xCAT Database with $::backupdir to PostgreSQL database.\nThis could take several minutes." ); if (!(-d $::backupdir)) { # does not exist, error