:
#	@(#) profile 23.3 91/10/24 
#
#	Copyright (C) 1989-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#
# .profile	-- Commands executed by a login Bourne shell
#

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:-ansi} -r -s -Q`

/usr/bin/prwarn			# issue a warning if password due to expire
