From 8778e562931463b3d1477cbd93304b55d89ced10 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 28 Sep 1996 21:43:33 +0000 Subject: [PATCH] Send USR1 to kx at appropriate moment. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@780 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/rxtelnet.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appl/kx/rxtelnet.in b/appl/kx/rxtelnet.in index f4dd16c6e..7efe30ff1 100644 --- a/appl/kx/rxtelnet.in +++ b/appl/kx/rxtelnet.in @@ -7,6 +7,7 @@ fi host=$1 bindir=%bindir% set `$bindir/kx $host` -disp=:$1 -auth=$2 -xterm -T $host -n $host -e env DISPLAY=$disp XAUTHORITY=$auth $bindir/telnet -D $host & +pid=$1 +disp=:$2 +auth=$3 +(xterm -T $host -n $host -e env DISPLAY=$disp XAUTHORITY=$auth $bindir/telnet -D $host ; kill -USR1 $pid) &