Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA21874; Thu, 29 Sep 88 15:18:15 EDT
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA14607; Thu, 29 Sep 88 15:18:04 EDT
Received: from whitechapel.media.mit.edu by media-lab.media.mit.edu (5.59/4.8)  id AA00264; Thu, 29 Sep 88 15:17:38 EDT
Received: by whitechapel (3.2/4.8)  id AA24181; Thu, 29 Sep 88 15:16:35 EDT
Date: Thu, 29 Sep 88 15:16:35 EDT
From: Eero Simoncelli <eero@whitechapel.media.mit.edu>
Message-Id: <8809291916.AA24181@whitechapel>
To: bgardner@ATHENA.MIT.EDU
Subject: .login from SUNS


Here is my .login from the suns:

--------------- cut here -----------------
setenv MAIL /usr/spool/mail/$USER	# mail input box
setenv VISUAL /usr/local/bin/emacs	# set default editor for various
setenv EDITOR /usr/local/bin/emacs	# commands that look in the environment
setenv MORE -s				# default MORE program behaviour
set mail=(120 /usr/spool/mail/$user /etc/motd /usr/msgs)
set ignoreeof
set noclobber
set noglob;\
	 eval `tset -s -Q -m 'switch>1200:vt125' -m 'switch<=1200:?vt100'`
umask 002

if `tty` == /dev/console then
    switch (`hostname`)
	case paddington:
		suntools -b 10 50 90 -f 255 240 200 -P -pattern .pattern
	  	breaksw
	case waterloo:
	case uxbridge:
	case victoria:
	case whitechapel:
	default:
		suntools -P -i -pattern .pattern
		breaksw
	endsw
else if ( $term == xterm || $term == xterms ) then
	stty erase ^H
endif
--------------- cut here -----------------


Eero.
