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:
5230988
)
Correct default value for GLITE_LOCATION_VAR.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Mon, 20 Feb 2006 09:23:04 +0000
(09:23 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Mon, 20 Feb 2006 09:23:04 +0000
(09:23 +0000)
org.glite.lb.proxy/config/startup
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.proxy/config/startup
b/org.glite.lb.proxy/config/startup
index
60a03cf
..
b100d62
100755
(executable)
--- a/
org.glite.lb.proxy/config/startup
+++ b/
org.glite.lb.proxy/config/startup
@@
-1,7
+1,7
@@
#!/bin/sh
GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite}
-GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-
${GLITE_LOCATION}/var
}
+GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-
/var/glite
}
[ -f /etc/glite.conf ] && . /etc/glite.conf
[ -f $GLITE_LOCATION/etc/glite-wms.conf ] && . $GLITE_LOCATION/etc/glite-wms.conf