From 78048161f98e8d32c511d65d4b1f8e593a8ccbd6 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 3 Jun 2011 11:35:54 +0000 Subject: [PATCH] fix message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/db2sqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index aef4169c7..4ffdac8a0 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -1703,7 +1703,7 @@ sub updatecrontab my $entry="0 0 * * 0 $cmd"; my ($code, $msg)=xCAT::Utils::add_cron_job($entry); if ($code==0) { - xCAT::MsgUtils->message("I", "A crontab entry has been added to run DB2 table reorg once a week on Sunday 12pm.\nIf you would like to change this time, use crontab -e to modify the entry for reorgtbls execution.\nYou may also limit the tables to reorg by using the -t parameter on reorgtbls.\nRun reorgtbls -h."); + xCAT::MsgUtils->message("I", "A crontab entry has been added to run DB2 table reorg once a week on Sunday 12am.\nIf you would like to change this time, use crontab -e to modify the entry for reorgtbls execution.\nYou may also limit the tables to reorg by using the -t parameter on reorgtbls.\nRun reorgtbls -h."); } else { xCAT::MsgUtils->message("W", " Failed to add crontab entry for Table reorg."); }