From 75ec735cde978f3b0df7bc47800e5eccd87a26e5 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 13 Apr 2011 17:08:42 +0000 Subject: [PATCH] comment out remove support, needs more testing git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9303 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/db2sqlsetup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index 6ad318182..d6b312def 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -148,7 +148,8 @@ else if ($::RM) { - &remove; + #&remove; + xCAT::MsgUtils->message("I", "Remove is not currently supported"); exit(0); }