From a0512d811d96c0a6562dab70185c6dd73f9f38cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Wed, 26 Jul 2006 15:46:31 +0000 Subject: [PATCH] glite-lb-export.sh in sbin now --- org.glite.lb/deployment/deploy_all.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) + -- 1.8.2.3