diff --git a/appl/kx/rxterm.in b/appl/kx/rxterm.in index 2cf211d5b..2951179e3 100644 --- a/appl/kx/rxterm.in +++ b/appl/kx/rxterm.in @@ -7,6 +7,8 @@ fi host=$1 bindir=%bindir% set `$bindir/kx $host` -disp=:$1 -auth=$2 +pid=$1 +disp=:$2 +auth=$3 +kill -USR1 $pid $bindir/rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host &"