|
From: <ha...@us...> - 2008-05-19 20:02:12
|
Revision: 2022
http://cogkit.svn.sourceforge.net/cogkit/?rev=2022&view=rev
Author: hategan
Date: 2008-05-19 13:00:27 -0700 (Mon, 19 May 2008)
Log Message:
-----------
pass hostname
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 2008-05-16 14:01:46 UTC (rev 2021)
+++ trunk/current/src/cog/etc/unix/example-launcher-template 2008-05-19 20:00:27 UTC (rev 2022)
@@ -66,6 +66,7 @@
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 "$HOSTNAME" "hostname"
updateOptions "$X509_USER_CERT" "X509_USER_CERT"
updateOptions "$X509_USER_KEY" "X509_USER_KEY"
updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template 2008-05-16 14:01:46 UTC (rev 2021)
+++ trunk/current/src/cog/etc/unix/launcher-template 2008-05-19 20:00:27 UTC (rev 2022)
@@ -68,6 +68,7 @@
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 "$HOSTNAME" "hostname"
updateOptions "$X509_USER_CERT" "X509_USER_CERT"
updateOptions "$X509_USER_KEY" "X509_USER_KEY"
updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|