[876] in Release_7.7_team

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

Re: Notes, 2/25

daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Mar 3 14:01:33 1997

To: kcunning@MIT.EDU
Cc: Mike Barker <mbarker@MIT.EDU>, release-team@MIT.EDU
In-Reply-To: Your message of "Mon, 03 Mar 1997 13:45:47 EST."
             <199703031845.SAA28554@slingshot.MIT.EDU> 
Date: Mon, 03 Mar 1997 14:01:06 EST
From: Greg Hudson <ghudson@MIT.EDU>

>> 1.  Quickstations - There was some question about how to do
>> "expedited" login.  Kevin will take care of this.  The key is
>> 	if ( $?ATHENA_QUICK )
>> 		do quick stuff

> Just making sure: what is the exact definitive name for this
> variable?  I've seen:

>   ATHENA_QUICKSTATION
>   QUICKSTATION
>   ATHENA_QUICK

It's ATHENA_QUICK, just like Mike said.  I don't know where you would
have seen the other variable names.

Incidentally, for documentation purposes, I think it's important to
recognize that most users will actually want to conditionalize
existing parts of their .startup.X or .environment files the other
way:

	if ( ! $?ATHENA_QUICK )
		do existing slow stuff
	endif

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