#ident	"@(#)oamuser:user/stdprofile	1.1.10.4"
#ident  "$Header: stdprofile 2.0 91/07/13 $"
#	This is the default standard profile provided to a user.
#	They are expected to edit it to meet their own needs.
#
#	If you have a profile that is attempting to read from the
#	terminal or is using the stty(1) command to set terminal 
#	settings, you may find that GRAPHICAL LOGIN does not give
#	you a desktop metaphor session.
#
#	To update your profile, you should surround any section
#	that reads from the terminal or performs stty(1) commands
#	with the following 'if' statement:
#
#	if [ "$XDM_LOGIN" != "yes" ]
#	then
#		:
#		read from the terminal or stty(1) commands
#	fi

MAIL=/var/mail/${LOGNAME:?}
