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:
@@ -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 &"
|
||||
|
Reference in New Issue
Block a user