From 3c4d265607d9524a94b9ec4daa467dabc8f69da1 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 22 Aug 2012 13:33:51 +0000 Subject: [PATCH] change and force build git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 2736ac887..43e8f726f 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -94,7 +94,7 @@ if ($::VERSION) { my $version = xCAT::Utils->Version(); $version .= "\n"; - xCAT::MsgUtils->message("N", $version); + xCAT::MsgUtils->message("I", $version); exit 0; } if ($::FORCE) @@ -108,7 +108,7 @@ if ($::FORCE) { my $warning = " The -f flag includes the function for the -i, -u, -k, -s, -c, -d flags. Do not combine with other flags.\n "; - xCAT::MsgUtils->message("N", $warning); + xCAT::MsgUtils->message("I", $warning); exit 1; } } @@ -116,7 +116,7 @@ if (($::INITIALINSTALL) && ($::UPDATEINSTALL)) { my $warning = " The -i and -u flags may not be input to the command. Use one or the other. \n "; - xCAT::MsgUtils->message("N", $warning); + xCAT::MsgUtils->message("I", $warning); exit 1; }