Start the `xterm' process correctly.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@843 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -31,8 +31,8 @@ for i in $*; do
|
||||
done
|
||||
done
|
||||
if test -n "$term"; then
|
||||
$term -title $host -name $host -e env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host
|
||||
($term -title $host -name $host -e env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host; kill -USR2 $pid) &
|
||||
else
|
||||
env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host
|
||||
kill -USR2 $pid
|
||||
fi
|
||||
kill -USR2 $pid
|
||||
|
Reference in New Issue
Block a user