# @(#)login 1.7 89/09/05 SMI
stty dec
setenv TERM `tset -Q -`
setenv PRINTER ps
setenv XPRESSFAX_HOME ~
setenv XPRESSFAX_FAXRC ~/.faxrc
set path = ($path ~/bin /usr/openwin/bin)
setenv LD_LIBRARY_PATH /usr/openwin/lib:/usr/lib:$XPRESSFAX_HOME/lib
if ( `tty` == "/dev/console" ) then
	echo " Starting the OpenWindows Server... hit <ctrl c> to abort. "
	sleep 5
	/usr/openwin/bin/openwin
	clear
	echo " "
	echo "Waiting 5 seconds to logout -- hit <ctrl c> to abort "
	sleep 5
	logout
endif
