From 33023cccb32260f6d7b5129454c06104d7d8e28f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 18 Jun 2010 11:55:09 +0000 Subject: [PATCH] Change due to glue from bug #62212. --- org.glite.lb.yaim/config/functions/config_info_service_lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.yaim/config/functions/config_info_service_lb b/org.glite.lb.yaim/config/functions/config_info_service_lb index 9154391..e3511e5 100644 --- a/org.glite.lb.yaim/config/functions/config_info_service_lb +++ b/org.glite.lb.yaim/config/functions/config_info_service_lb @@ -49,7 +49,7 @@ SERVICE_LC=lbserver SERVICE_HOST=`hostname -f` -if [ ! -f ${INFO_SERVICE_CONFIG}/glite-info-service-${SERVICE_LC}.conf.template ]; then +if [ ! -f ${INFO_SERVICE_CONFIG}/glite-info-glue2-${SERVICE_LC}.conf.template ]; then yaimlog ERROR "The template file for glite-info-service-${SERVICE_LC}.conf.template was not found in ${INFO_SERVICE_CONFIG}." exit 1 fi @@ -79,7 +79,7 @@ cat << EOF > ${INFO_PROVIDER_PATH}/glite-info-provider-service-${SERVICE_LC}-wra export PATH=$PATH:${INFO_SERVICE_SCRIPT} export ${SERVICE}_HOST=${SERVICE_HOST} ${INFO_SERVICE_SCRIPT}/glite-info-service ${INFO_SERVICE_CONFIG}/glite-info-service-${SERVICE_LC}.conf $SITE_NAME -${INFO_SERVICE_SCRIPT}/glite-info-service-glue2 ${INFO_SERVICE_CONFIG}/glite-info-service-${SERVICE_LC}.conf $SITE_NAME +${INFO_SERVICE_SCRIPT}/glite-info-glue2-simple ${INFO_SERVICE_CONFIG}/glite-info-service-${SERVICE_LC}.conf $SITE_NAME EOF chmod +x ${INFO_PROVIDER_PATH}/glite-info-provider-service-${SERVICE_LC}-wrapper -- 1.8.2.3