git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@756 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-09-16 21:08:02 +00:00
parent 21b43c2d44
commit 7ed1fa8dfd
2 changed files with 6 additions and 8 deletions

View File

@@ -5,9 +5,8 @@ if test $# -ne 1; then
exit 1
fi
host=$1
prefix=@prefix@
exec_prefix=@exec_prefix@
set `@bindir@/kx $host`
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 &
xterm -T $host -n $host -e env DISPLAY=$disp XAUTHORITY=$auth $bindir/telnet -D $host &

View File

@@ -5,9 +5,8 @@ if test $# -ne 1; then
exit 1
fi
host=$1
prefix=@prefix@
exec_prefix=@exec_prefix@
set `@bindir@/kx $host`
bindir=%bindir%
set `$bindir/kx $host`
disp=:$1
auth=$2
@bindir@/rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host &"
$bindir/rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host &"