First working version !
This commit is contained in:
37
etc/envmng.d/cristal
Normal file
37
etc/envmng.d/cristal
Normal file
@@ -0,0 +1,37 @@
|
||||
# $RCSfile: cristal,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/12 17:59:03 $
|
||||
# $Author: agibert $
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
export CRISTALDIR=$TARGET_HOME/cristal/appli
|
||||
export DATABASECRT=$TARGET_HOME/cristal/database/data
|
||||
export EXPLCRT=$TARGET_HOME/cristal/expl
|
||||
export DATADIR=$CRISTALDIR/expl
|
||||
export LOGDIRCRT=$EXPLCRT/log
|
||||
export PSPDIRCRT=$EXPLCRT/psp
|
||||
export PROC_EXPL_CRT=$EXPLCRT/proc
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# LIVRAISON BACKUP APPLI SOURCE LST
|
||||
#----------------------------------------------------------------------------
|
||||
export LIVRAISONCRT=$TARGET_HOME/livraison/cristal
|
||||
export BACKUPCRT=$TARGET_HOME/backup/cristal
|
||||
export APPLICRT=$TARGET_HOME/cristal/appli
|
||||
export LSTDIRCRT=$EXPLCRT/lst
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tuxedo Queue Config
|
||||
#----------------------------------------------------------------------------
|
||||
export QMCONFIG_CRT=$TARGET_HOME/cristal/qspace/QUE
|
||||
;;
|
||||
|
||||
*rc)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "$0: Invalid command: [$1] !"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user