rlogin windows under X11

John M. Sellens jmsellens at watdragon.waterloo.edu
Sat Sep 16 13:11:14 AEST 1989


Bad interaction between Ultrix and 4.3 machines - nothing to do with
X itself.  My .login has something like this in it:

switch ( "`tty`" )
    case "*ttyp*":
    case "*ttyq*":
    case "*ttyr*":
    case "*ttys*":
    case "*ttyt*":
	if ( $TERM =~ xterm* && -f /usr/public/keepalive ) then
	    ( keepalive & )
	endif
	breaksw
endsw



More information about the Comp.unix mailing list