From 581bca0d13598e2674fd4ee169c00ba8805591b2 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 29 Feb 2008 14:49:31 +0000 Subject: [PATCH] Suppress warning message until the right way can be figured out git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@631 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/xcatd.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/xcatd.rc b/xCAT-server-2.0/xcatd.rc index cb821b274..67b8467e7 100755 --- a/xCAT-server-2.0/xcatd.rc +++ b/xCAT-server-2.0/xcatd.rc @@ -59,7 +59,7 @@ stop) $STATUS >& /dev/null if [ "$?" != "0" ]; then echo -n "xCATd not running, not stopping " - $LOG_WARNING + #$LOG_WARNING exit 1 fi kill -TERM -`cat /var/run/xcatd.pid`