|
From: <ha...@us...> - 2007-03-11 20:04:55
|
Revision: 1609
http://svn.sourceforge.net/cogkit/?rev=1609&view=rev
Author: hategan
Date: 2007-03-11 13:04:54 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
added standard globus configuration env variables
Modified Paths:
--------------
trunk/current/src/cog/etc/unix/example-launcher-template
trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template 2007-03-11 20:00:16 UTC (rev 1608)
+++ trunk/current/src/cog/etc/unix/example-launcher-template 2007-03-11 20:04:54 UTC (rev 1609)
@@ -62,6 +62,13 @@
updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$X509_USER_CERT" "X509_USER_CERT"
+updateOptions "$X509_USER_KEY" "X509_USER_KEY"
+updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
+updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template 2007-03-11 20:00:16 UTC (rev 1608)
+++ trunk/current/src/cog/etc/unix/launcher-template 2007-03-11 20:04:54 UTC (rev 1609)
@@ -64,6 +64,13 @@
updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$X509_USER_CERT" "X509_USER_CERT"
+updateOptions "$X509_USER_KEY" "X509_USER_KEY"
+updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
+updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
### EXECUTE ############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|