From bcd5a85f4247c5638798c351271fe4fbfe419ea9 Mon Sep 17 00:00:00 2001 From: mellor Date: Wed, 19 Mar 2008 14:13:13 +0000 Subject: [PATCH] fix xcatd status call for RH git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@827 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/etc/init.d/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/etc/init.d/xcatd b/xCAT-server-2.0/etc/init.d/xcatd index cf8995e7a..d89e45056 100755 --- a/xCAT-server-2.0/etc/init.d/xcatd +++ b/xCAT-server-2.0/etc/init.d/xcatd @@ -40,7 +40,7 @@ elif [ -f /etc/init.d/functions ]; then echo RH . /etc/init.d/functions START_DAEMON=daemon - STATUS=status + STATUS=MStatus LOG_SUCCESS=success LOG_FAILURE=failure LOG_WARNING=passed