#
#  Title	: /bitslib/service/.profile
#  Version      :       Thu, 04-Jan-96 / 15:38 / (rb,pf,mk+)
#
PATH=:/bitslib/service:/bitslib/service/bin:/usr/local/bin:/bin:/usr/bin:/etc
export PATH

. /bitslib/bin/setOS

LOGINNAME="`logname`"
if [ $LOGINNAME = "service" ] || [ $LOGINNAME = "nservice" ] || [ $LOGINNAME = "vservice" ] || [ $LOGINNAME = "xservice" ] || [ $LOGINNAME = "dservice" ]
then : ArtCom-Environment auch fuer den Server herstellen :
     . /bitslib/mustermann/.profile
     PATH=$PATH:/bitslib/service
     exec /bitslib/service/serviceSH
elif [ $LOGINNAME = "callback" ]
then exec /bitslib/service/callback
elif [ $LOGINNAME = "callb4" ]
then exec /bitslib/service/callback4
else : ArtCom-Environment auch fuer den Server herstellen :
     . /bitslib/mustermann/.profile
     PATH=$PATH:/bitslib/service
     exec /bitslib/service/serverSH
fi
