- 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:
agibert
2009-01-13 13:27:53 +00:00
parent ab501b3433
commit f7d6813e0c
33 changed files with 615 additions and 77 deletions

23
etc/envmng.d/hpux-32 Normal file
View File

@@ -0,0 +1,23 @@
# $RCSfile: hpux-32,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/13 13:27:53 $
# $Author: agibert $
# EnvMng Environment configuration
#
# description: HP/UX 32 bits mode
#-------------------------------------------------------------------------------
case "$1" in
*profile)
export ARCH=32BITS
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac