summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunge <runge>2007-05-22 01:29:45 +0000
committerrunge <runge>2007-05-22 01:29:45 +0000
commitcb227d4b693333389907efe91c4627badd4b5f20 (patch)
tree93102946cc2953128c7b63c11c7df099e83b1c39
parent1a7857ff7469f136f2a512848ccf40127cd49edf (diff)
downloadlibtdevnc-cb227d4b693333389907efe91c4627badd4b5f20.tar.gz
libtdevnc-cb227d4b693333389907efe91c4627badd4b5f20.zip
update regular SSL viewer jars; update ss_vncviewer script.
-rw-r--r--classes/ssl/SignedVncViewer.jarbin79003 -> 79005 bytes
-rw-r--r--classes/ssl/VncViewer.jarbin76220 -> 76220 bytes
-rwxr-xr-xclasses/ssl/ss_vncviewer13
3 files changed, 13 insertions, 0 deletions
diff --git a/classes/ssl/SignedVncViewer.jar b/classes/ssl/SignedVncViewer.jar
index 83e9918..8807092 100644
--- a/classes/ssl/SignedVncViewer.jar
+++ b/classes/ssl/SignedVncViewer.jar
Binary files differ
diff --git a/classes/ssl/VncViewer.jar b/classes/ssl/VncViewer.jar
index 6a59ec3..50f6e1f 100644
--- a/classes/ssl/VncViewer.jar
+++ b/classes/ssl/VncViewer.jar
Binary files differ
diff --git a/classes/ssl/ss_vncviewer b/classes/ssl/ss_vncviewer
index f7b4831..1b17b29 100755
--- a/classes/ssl/ss_vncviewer
+++ b/classes/ssl/ss_vncviewer
@@ -553,6 +553,10 @@ if [ "X$use_ssh" = "X1" ]; then
$ssh -x -f -p $ssh_port $targ $C $ssh_redir $ssh_args $ssh_host "$ssh_cmd" > $tport
rc=$?
+ if [ "X$SSVNC_EXTRA_SLEEP" != "X" ]; then
+ sleep $SSVNC_EXTRA_SLEEP
+ fi
+
stty sane
i=0
while [ $i -lt 10 ]; do
@@ -618,6 +622,9 @@ if [ "X$use_ssh" = "X1" ]; then
sleep 5
fi
echo ""
+ if [ "X$SSVNC_EXTRA_SLEEP" != "X" ]; then
+ sleep $SSVNC_EXTRA_SLEEP
+ fi
#reset
stty sane
#echo "pssh=\"$pssh\""
@@ -944,6 +951,9 @@ if [ "X$direct_connect" != "X" ]; then
host="localhost"
disp="$N"
fi
+ if [ "X$SSVNC_EXTRA_SLEEP" != "X" ]; then
+ sleep $SSVNC_EXTRA_SLEEP
+ fi
if [ "X$reverse" = "X" ]; then
echo "$VNCVIEWERCMD" "$@" $host:$disp
trap "final" 0 2 15
@@ -1092,6 +1102,9 @@ sleep 2
rm -f "$tmp"
echo ""
+if [ "X$SSVNC_EXTRA_SLEEP" != "X" ]; then
+ sleep $SSVNC_EXTRA_SLEEP
+fi
echo "Running viewer:"
if [ "X$reverse" = "X" ]; then
echo "$VNCVIEWERCMD" "$@" localhost:$N