:
#	%Z% %M% %I% %E% %Q%
#
#	Copyright (C) The Santa Cruz Operation, 1988, 1989, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#

SHELL=/bin/sh
HOME=/
PATH=/bin:/usr/bin:/etc:.


# set terminal type
eval `tset -m ansi:ansi -m :\?ansi -e -s -Q`

export TERM PATH SHELL HOME

# don't allow del'ing out until all is set
  trap '' 1 2 3 15

exec /.mitdir/setall
