Now using SIGUSR2.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-30 05:15:01 +00:00
parent c6bbf229a6
commit 2955c74442

View File

@@ -10,4 +10,4 @@ set `$bindir/kx $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) &
(xterm -T $host -n $host -e env DISPLAY=$disp XAUTHORITY=$auth $bindir/telnet -D $host ; kill -USR2 $pid) &