diff options
author | runge <runge> | 2009-01-12 20:14:44 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-12 20:14:44 +0000 |
commit | a868b6476e0714c2b979d0c33e1410361b94c56d (patch) | |
tree | 69a23b082205b12fff1d212b3d3234ad7038a8b9 /x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc | |
parent | effe81e36a5e2e9402a6c0f95ba64ef92f8e4ccd (diff) | |
download | libtdevnc-a868b6476e0714c2b979d0c33e1410361b94c56d.tar.gz libtdevnc-a868b6476e0714c2b979d0c33e1410361b94c56d.zip |
SSVNC 1.0.22 release (+ a little bit more). crl lists, ssh pid finding improvements, and more.
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc')
-rwxr-xr-x | x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc b/x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc index c98d2ec..ce4f755 100755 --- a/x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc +++ b/x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc @@ -134,6 +134,8 @@ fi SSVNC_BASEDIR="$dir" export SSVNC_BASEDIR +SSVNC_BASEDIRNAME="$dir/$name" +export SSVNC_BASEDIRNAME if [ -f "$dir/util/ultraftp.jar" ]; then SSVNC_ULTRA_FTP_JAR="$dir/util/ultraftp.jar" |