Send SIGUSR1 to kx before starting xterm.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@781 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-28 21:44:05 +00:00
parent 8778e56293
commit 7014977fe6

View File

@@ -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 &"