:
#	@(#) root.profile 1.7 89/07/05 
#
#	Copyright (C) The Santa Cruz Operation, 1988, 1989.
#	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:/altos/bin:/usr/altos/bin

# set terminal type
if [ "$TERM" = "" -o "$TERM" = "unknown" ]
then
	eval `tset -m ansi:ansi -m unknown:\?ansi -e -s -Q`
fi

export TERM PATH SHELL HOME

[ -x /bin/mesg ] && mesg n		# if mesg is installed...
