From: Miloš Mulač Date: Wed, 26 Jul 2006 15:46:31 +0000 (+0000) Subject: glite-lb-export.sh in sbin now X-Git-Tag: gridsite-core_R_1_3_2~40 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a0512d811d96c0a6562dab70185c6dd73f9f38cf;p=jra1mw.git glite-lb-export.sh in sbin now --- diff --git a/org.glite.lb/deployment/deploy_all.diff b/org.glite.lb/deployment/deploy_all.diff index e83b5c1..1d273d1 100644 --- a/org.glite.lb/deployment/deploy_all.diff +++ b/org.glite.lb/deployment/deploy_all.diff @@ -306,7 +306,7 @@ diff -u -r1.65.2.4 glite-lb-config.py + file = open('%s/etc/glite-lb-export-cron-wrapper.sh' % os.environ['GLITE_LOCATION'], 'w') + file.write('#! /bin/sh\n') + file.write('. %s\n' % glib.getInstallerExportFile()) -+ file.write('$GLITE_LOCATION/examples/glite-lb-export.sh\n') ++ file.write('$GLITE_LOCATION/sbin/glite-lb-export.sh\n') + file.close() + os.system('/bin/chmod 0755 %s/etc/glite-lb-export-cron-wrapper.sh' % os.environ['GLITE_LOCATION']) +