[8657] in Athena Bugs

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

Suggested change in $initdir/login

daemon@ATHENA.MIT.EDU (John D. Evans)
Fri Nov 22 21:45:44 1991

To: bugs@Athena.MIT.EDU
Date: Fri, 22 Nov 91 16:42:38 EST
From: John D. Evans <jdevans@Athena.MIT.EDU>

Hi,
To accomodate rlogins from RS/6000s on which TERM = aixterm 
(not xterm), I propose that in /usr/athena/lib/init/login the line
	if (("$term" =~ xterm*) && (! $?DISPLAY)) then
be changed to
	if (("$term" =~ *xterm*) && (! $?DISPLAY)) then

This will prompt the user for a DISPLAY when logging in from an
RS/6000.  At present, $initdir/login just assumes that no X display
is available.

John E.                  "The other day I.... No, that wasn't me."


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