First working version !

This commit is contained in:
agibert
2009-01-12 17:59:03 +00:00
parent 7366057dfa
commit d601f481e1
33 changed files with 1783 additions and 5 deletions

17
etc/envmng_dtprofile Normal file
View File

@@ -0,0 +1,17 @@
# $RCSfile: envmng_dtprofile,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/12 17:59:03 $
# $Author: agibert $
. /usr/local/bin/envmng --setid $1 norc
case $2 in
*bash)
export SHELL=/usr/local/bin/bash
;;
*)
export SHELL=/bin/ksh
;;
esac