:
#
# .profile	-- Commands executed by a login Bourne shell
#
#	@(#) ingres.prof 1.1 89/10/02 
#
# Copyright (c) 1985-89, The Santa Cruz Operation, Inc.
# All rights reserved.
#
# This Module contains Proprietary Information of the Santa Cruz
# Operation, Inc., and should be treated as Confidential. 
#

PATH=$PATH:$HOME/bin:.			# set command search path
MAIL=/usr/spool/mail/`logname`		# mailbox location
export PATH MAIL

# use default system file creation mask

eval `tset -m ansi:ansi -m $TERM:\?${TERM:-ansi} -r -s -Q`
