From da61df91f4d8d67311b32f8a001594c69d8a8c4b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 15 Nov 1996 18:26:21 +0000 Subject: [PATCH] Do not add colon to the display any more. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@968 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/rxtelnet.in | 2 +- appl/kx/rxterm.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/kx/rxtelnet.in b/appl/kx/rxtelnet.in index 71ef65e99..e15cf26f8 100644 --- a/appl/kx/rxtelnet.in +++ b/appl/kx/rxtelnet.in @@ -16,7 +16,7 @@ if test $# -ne 3; then exit 1 fi pid=$1 -disp=:$2 +disp=$2 auth=$3 term= oldifs=$IFS diff --git a/appl/kx/rxterm.in b/appl/kx/rxterm.in index 8f8d6fe4b..68e490caa 100644 --- a/appl/kx/rxterm.in +++ b/appl/kx/rxterm.in @@ -16,7 +16,7 @@ if test $# -ne 3; then exit 1 fi pid=$1 -disp=:$2 +disp=$2 auth=$3 kill -USR1 $pid rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host $xterm_args &"