certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/scripts myCERTI_env.csh.in myCERTI_env.sh.in


From: CERTI CVS commits
Subject: [certi-cvs] certi/scripts myCERTI_env.csh.in myCERTI_env.sh.in
Date: Tue, 06 May 2014 07:43:47 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      14/05/06 07:43:47

Modified files:
        scripts        : myCERTI_env.csh.in myCERTI_env.sh.in 

Log message:
        Remove old reference to CERTI_FED var and use up to date CERTI_FOM_PATH

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/myCERTI_env.csh.in?cvsroot=certi&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/myCERTI_env.sh.in?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: myCERTI_env.csh.in
===================================================================
RCS file: /sources/certi/certi/scripts/myCERTI_env.csh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- myCERTI_env.csh.in  24 Jun 2010 13:19:16 -0000      1.1
+++ myCERTI_env.csh.in  6 May 2014 07:43:43 -0000       1.2
@@ -35,9 +35,9 @@
 setenv CERTI_HOME @prefix@
 alias go_certi_home='pushd $CERTI_HOME'
 
-# 5 CERTI_FED (i.e. where we find (default) FED files
-setenv CERTI_FED $CERTI_HOME/share/federations
-alias go_certi_fed='pushd $CERTI_FED'
+# 5 CERTI_FOM_PATH (i.e. where we find (default) FED files
+setenv CERTI_FOM_PATH $CERTI_HOME/share/federations
+alias go_certi_fom='pushd $CERTI_FOM_PATH'
 
 # 6 PATH (i.e. to run easily rtig and s.o.)
 # Note sometimes PATH is not modified
@@ -73,7 +73,7 @@
 echo "If yes your variables for CERTI are now :"
 echo "CERTI_HOST      = " $CERTI_HOST
 echo "CERTI_HOME      = " $CERTI_HOME
-echo "CERTI_FED       = " $CERTI_FED
+echo "CERTI_FOM_PATH  = " $CERTI_FOM_PATH
 echo "PATH            = " $PATH
 echo "LD_LIBRARY_PATH = " $LD_LIBRARY_PATH
 

Index: myCERTI_env.sh.in
===================================================================
RCS file: /sources/certi/certi/scripts/myCERTI_env.sh.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- myCERTI_env.sh.in   27 Apr 2011 15:07:43 -0000      1.2
+++ myCERTI_env.sh.in   6 May 2014 07:43:45 -0000       1.3
@@ -42,9 +42,10 @@
 export address@hidden@
 alias go_certi_home='pushd $CERTI_HOME'
 
-# 5 CERTI_FED (i.e. where we find (default) FED files
-export CERTI_FED=$CERTI_HOME/share/federations
-alias go_certi_fed='pushd $CERTI_FED'
+# 5 CERTI_FOM_PATH (i.e. where we find (default) FED files
+# This is a list of path separated by ":"
+export CERTI_FOM_PATH=$CERTI_HOME/share/federations
+alias go_certi_fom='pushd $CERTI_FOM_PATH'
 
 # 6 PATH (i.e. to run easily rtig and s.o.)
 # Not PATH is not modified
@@ -84,7 +85,7 @@
 echo "If yes your variables for CERTI are now :"
 echo "CERTI_HOST      = " $CERTI_HOST
 echo "CERTI_HOME      = " $CERTI_HOME
-echo "CERTI_FED       = " $CERTI_FED
+echo "CERTI_FOM_PATH  = " $CERTI_FOM_PATH
 echo "PATH            = " $PATH
 echo "LD_LIBRARY_PATH = " $LD_LIBRARY_PATH
 echo "DYLD_LIBRARY_PATH = " $DYLD_LIBRARY_PATH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]