Path: utzoo!utgpu!watmath!watdragon!jmsellens From: jmsellens@watdragon.waterloo.edu (John M. Sellens) Newsgroups: uw.unix Subject: Re: rlogin windows under X11 Keywords: X11 rlogin stty xterm Message-ID: <16444@watdragon.waterloo.edu> Date: 16 Sep 89 03:11:14 GMT References: <16443@watdragon.waterloo.edu> Reply-To: jmsellens@watdragon.waterloo.edu (John M. Sellens) Distribution: uw Organization: U. of Waterloo, Ontario Lines: 15 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