From: František Dvořák Date: Wed, 23 Mar 2011 12:50:22 +0000 (+0000) Subject: No slayer here, the proper stopping is already ensured by startup scripts. X-Git-Tag: glite-lb-client_R_5_0_4_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1ae28913ad183ec9a961e8c625657afdc3212445;p=jra1mw.git No slayer here, the proper stopping is already ensured by startup scripts. --- 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