git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdefd83
)
glite-lb-export.sh in sbin now
author
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 26 Jul 2006 15:46:31 +0000
(15:46 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 26 Jul 2006 15:46:31 +0000
(15:46 +0000)
org.glite.lb/deployment/deploy_all.diff
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/deployment/deploy_all.diff
b/org.glite.lb/deployment/deploy_all.diff
index
e83b5c1
..
1d273d1
100644
(file)
--- 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'])
+