# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: profile 1.3 89/10/10 $@(#)	1.15"
trap "" 1 2 3
umask 022	# set default file creation mask
. /etc/TIMEZONE

case "$0" in
-sh | -ksh | -rsh)

# issue message of the day
	trap : 1 2 3
	if [ -s /etc/motd ] ; then cat /etc/motd; fi

	trap "" 1 2 3
	stty erase '^h' echoe

# check mailbox and news bulletins
	if mail -e
	then echo "you have mail"
	fi
	if [ $LOGNAME != root ]
	then news -n
	fi
	;;
-su)
	:
	;;
esac
export PATH;
trap 1 2 3
