#	@(#) login 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.
#
# .login	-- Commands executed only by a login C-shell
#

setenv SHELL /bin/csh

set ignoreeof				# don't let control-d logout
set path = ($path $home/bin .)	# execution search path

set noglob
set term = (`tset -m ansi:ansi -m :\?ansi -r -S -Q`)
if ( $status == 0 ) then
	setenv TERM "$term"
endif
unset term noglob

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