From c070a029844658545ed2e55f14731604d933feef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 2 Nov 2004 15:14:12 +0000 Subject: [PATCH] source /etc/glite-wms.conf if available --- org.glite.security.proxyrenewal/config/startup | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.security.proxyrenewal/config/startup b/org.glite.security.proxyrenewal/config/startup index ff13d2d..253c532 100755 --- a/org.glite.security.proxyrenewal/config/startup +++ b/org.glite.security.proxyrenewal/config/startup @@ -5,6 +5,7 @@ GLITE_USER=${GLITE_USER:-glite} GLITE_LOCATION_VAR=$(GLITE_LOCATION_VAR:-/opt/glite/var} [ -f /etc/glite.conf ] && . /etc/glite.conf +[ -f $GLITE_LOCATION/etc/glite-wms.conf ] && . $GLITE_LOCATION/etc/glite-wms.conf [ -f $HOME/.glite.conf ] && . $HOME/.glite.conf PROXY_REPOSITORY="$GLITE_LOCATION_VAR/spool/glite-renewd" -- 1.8.2.3