First working version !
This commit is contained in:
37
etc/envmng.d/tux80
Normal file
37
etc/envmng.d/tux80
Normal file
@@ -0,0 +1,37 @@
|
||||
# $RCSfile: tux80,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/12 17:59:03 $
|
||||
# $Author: agibert $
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
export TUXDIR=/home/logiciel/tuxedo/tuxedo80
|
||||
export EXPLTUX=$TARGET_HOME/appli/expl/tuxedo
|
||||
export CONFIGTUX=$EXPLTUX/config
|
||||
export TUXCONFIG=$CONFIGTUX/tuxconfig
|
||||
export LOGTUX=$EXPLTUX/log
|
||||
export FSCONFIG=$CONFIGTUX/tlog/TLOG
|
||||
|
||||
export FIELDTBLS=tpadm,evt_mib,std.fml,field.fml,Usysflds
|
||||
export FIELDTBLS32=$FIELDTBLS
|
||||
export FLDTBLDIR=$TUXDIR/udataobj
|
||||
export FLDTBLDIR32=$FLDTBLDIR
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# PATH definitions
|
||||
#----------------------------------------------------------------------------
|
||||
path=$TUXDIR/bin
|
||||
export PATH=$(envmng_path_add "$PATH" "$path")
|
||||
|
||||
shlib_path=$TUXDIR/lib
|
||||
export SHLIB_PATH=$(envmng_path_add "$SHLIB_PATH" "$shlib_path")
|
||||
;;
|
||||
|
||||
*rc)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "$0: Invalid command: [$1] !"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user