From 1ae28913ad183ec9a961e8c625657afdc3212445 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 23 Mar 2011 12:50:22 +0000 Subject: [PATCH] No slayer here, the proper stopping is already ensured by startup scripts. --- org.glite.lb.yaim/config/functions/config_glite_lb.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/org.glite.lb.yaim/config/functions/config_glite_lb.in b/org.glite.lb.yaim/config/functions/config_glite_lb.in index 8b0674d..d798040 100644 --- a/org.glite.lb.yaim/config/functions/config_glite_lb.in +++ b/org.glite.lb.yaim/config/functions/config_glite_lb.in @@ -386,15 +386,6 @@ EOF . ${GLITE_LOCATION}/etc/profile.d/grid-env.sh ${GLITE_LB_LOCATION_ETC}/init.d/glite-lb-bkserverd stop - #Temporary workaround to kill glite-lb-*-interlogd - ps ax | grep -v grep | grep glite-lb-notif-interlogd > /dev/null - if [ $? = 0 ]; then - killall -9 /opt/glite/bin/glite-lb-notif-interlogd - fi - ps ax | grep -v grep | grep glite-lb-interlogd > /dev/null - if [ $? = 0 ]; then - killall -9 /opt/glite/bin/glite-lb-interlogd - fi ${GLITE_LB_LOCATION_ETC}/init.d/glite-lb-bkserverd start if [ ! $? = 0 ] ; then -- 1.8.2.3