Package: heimdal
Followup-For: Bug #274063

Hi,

I tend to agree with Harald here. rxterm/rxtelnet is very heimdal
specific and should therefore really be using rsh/telnet from heimdal
i.e krsh/ktelnet, not any other rsh/telnet client that may not support
kerberos.

Patch is attatched!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
diff -ur heimdal-0.6.3.orig/appl/kx/rxtelnet.in 
heimdal-0.6.3/appl/kx/rxtelnet.in
--- heimdal-0.6.3.orig/appl/kx/rxtelnet.in      2002-03-18 18:37:34.000000000 
+0100
+++ heimdal-0.6.3/appl/kx/rxtelnet.in   2005-08-17 09:06:58.000000000 +0200
@@ -2,7 +2,7 @@
 # $Id: rxtelnet.in,v 1.29 2002/03/18 17:37:34 joda Exp $
 #
 usage="Usage: $0 [-l username] [-k] [-f] [-t args_to_telnet] [-x 
args_to_xterm] [-K args_to_kx] [-w term_emulator] [-b telnet_binary] [-n] [-v] 
[-h | --help] [--version] host [port]"
-binary=telnet
+binary=ktelnet
 term=
 kx_args=-P
 while true
diff -ur heimdal-0.6.3.orig/appl/kx/rxterm.in heimdal-0.6.3/appl/kx/rxterm.in
--- heimdal-0.6.3.orig/appl/kx/rxterm.in        2002-03-18 18:37:34.000000000 
+0100
+++ heimdal-0.6.3/appl/kx/rxterm.in     2005-08-17 09:07:10.000000000 +0200
@@ -2,7 +2,7 @@
 # $Id: rxterm.in,v 1.23 2002/03/18 17:37:34 joda Exp $
 #
 usage="Usage: $0 [-l username] [-k] [-f] [-r rsh_args] [-x xterm_args] [-K 
kx_args] [-w term_emulator] [-b rsh_binary][-v] [-h | --help] [--version] host"
-binary=rsh
+binary=krsh
 term=xterm
 while true
 do

Reply via email to