From 41b5738a5ec51fc04a6d97d8a7f3ba7a05111225 Mon Sep 17 00:00:00 2001 From: Robert Harakaly Date: Tue, 7 Dec 2004 18:46:33 +0000 Subject: [PATCH] Added export of the GLITE_CERT_DIR environment variable --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 3 ++- org.glite.deployment.lb/config/templates/glite-lb.cfg.xml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index 82fb378..09d4e96 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -172,8 +172,9 @@ def set_env(): glib.export('GLITE_HOST_CERT',params['host.certificate.file']) glib.export('GLITE_HOST_KEY',params['host.key.file']) - glib.export('GLITE_USER','glite') + glib.export('GLITE_USER','gproduct') glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION']) + glib.export('GLITE_CERT_DIR',params['GLITE_CERT_DIR']) # bin and lib paths glib.addEnvPath("PATH","/usr/bin/:%s/bin:%s/externals/bin:%s/bin" % (os.environ['GLOBUS_LOCATION'],os.environ['GLITE_LOCATION'],os.environ['GLITE_LOCATION'])) diff --git a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml index 8c3771e..9caadb3 100644 --- a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml +++ b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml @@ -38,6 +38,9 @@ description="The account used to run the LB daemons" value="gproduct"/> + + -- 1.8.2.3