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
This commit is contained in:
@@ -16,7 +16,7 @@ if test $# -ne 3; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
pid=$1
|
pid=$1
|
||||||
disp=:$2
|
disp=$2
|
||||||
auth=$3
|
auth=$3
|
||||||
term=
|
term=
|
||||||
oldifs=$IFS
|
oldifs=$IFS
|
||||||
|
@@ -16,7 +16,7 @@ if test $# -ne 3; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
pid=$1
|
pid=$1
|
||||||
disp=:$2
|
disp=$2
|
||||||
auth=$3
|
auth=$3
|
||||||
kill -USR1 $pid
|
kill -USR1 $pid
|
||||||
rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host $xterm_args &"
|
rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host $xterm_args &"
|
||||||
|
Reference in New Issue
Block a user