- Add AIX support,
- Add --list (-l), --listid (-li) and --listenv (-le) options. - Add and rework many scripts in etc/envmng.d directory...
This commit is contained in:
32
etc/envmng.d/mqm-64
Normal file
32
etc/envmng.d/mqm-64
Normal file
@@ -0,0 +1,32 @@
|
||||
# $RCSfile: mqm-64,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/13 13:27:53 $
|
||||
# $Author: agibert $
|
||||
|
||||
# EnvMng Environment configuration
|
||||
#
|
||||
# description: IBM MQSeries 64 bits
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
export MQM_HOME=/opt/mqm
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# PATH definitions
|
||||
#----------------------------------------------------------------------------
|
||||
path=$MQM_HOME/bin
|
||||
export PATH=$(envmng_path_add "$PATH" "$path")
|
||||
|
||||
shlib_path=$MQM_HOME/lib64:$MQM_HOME/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