[1503] in Release_Engineering

home help back first fref pref prev next nref lref last post

/.xsession file local on workstations

daemon@ATHENA.MIT.EDU (Ilhamuddin Ahmed)
Wed Aug 9 11:07:35 1989

Date: Wed, 9 Aug 89 11:07:11 -0400
From: Ilhamuddin Ahmed <ilham@ATHENA.MIT.EDU>
To: testers@ATHENA.MIT.EDU, rel-eng@ATHENA.MIT.EDU
Reply-To: ilham@ATHENA.MIT.EDU

Here is a minimal .xsession file for root login ...

							- Ilham

===============================================================================

#!/bin/csh -f

# Source the users .cshrc if one exists otherwise 
# do some minimal stuff

if (-r ~/.cshrc) then
	source ~/.cshrc
else
	set path=(/usr/athena /etc /etc/athena /bin/athena /usr/ucb /bin \
		  /usr/bin /usr/local . /usr/new /usr/etc)
	set history=40
	set cdpath=(/)
	set prompt="`hostname`# "
endif

# Start up an xterm window
/etc/xterm -ls -geometry 80x56+0+0


home help back first fref pref prev next nref lref last post