From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.net.au (8.7/8.7) with SMTP id CAA00512 for ; Wed, 11 Oct 1995 02:52:50 +1000 (EST) Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA19937 (5.65c/Gatech-10.0-IDA for ); Tue, 10 Oct 1995 12:49:20 -0400 Received: by math (5.x/SMI-SVR4) id AA24385; Tue, 10 Oct 1995 12:45:35 -0400 Resent-Date: Tue, 10 Oct 1995 13:52:47 -0300 Old-Return-Path: Date: Tue, 10 Oct 1995 13:52:47 -0300 From: Carlos Carvalho Message-Id: <199510101652.NAA06725@snfep1.if.usp.br> To: zsh-workers@math.gatech.edu Subject: behaviour with rsh Resent-Message-Id: <"RwsYA1.0.xy5.kCgUm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/435 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi folks, This is with 2.6-beta10-hzoli10.3 on linux. I used this command to open windows on other machines (line break for readability): rsh -n -- exec /usr/local/X11R5/bin/xterm -d $DISPLAY -ls -T $1 '<&- >&- 2>&-' The idea is to close the file descriptors so that rsh exits. In old releases this command leaves absolutely no processes in the , and in the the only ones are xterm and zsh. With the above release the rsh now remains, and if I kill it the window of the is closed. How can I get the old behaviour back? Carlos