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

19
etc/envmng.d/dtarget Normal file
View File

@@ -0,0 +1,19 @@
# $RCSfile: dtarget,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/12 17:59:03 $
# $Author: agibert $
case "$1" in
*profile)
export TARGET_ID=dtarget
export TARGET_HOME=/home/$TARGET_ID
;;
*rc)
;;
*)
envmng_echo "$0: Invalid command: [$1] !"
;;
esac