2a0c0196ce
- install Tcl/Tk frontend and helper scripts to simplify VNC over SSL and VNC over SSH connections (particularly useful with x11vnc). these are in the ssvnc-XX subpackage, the viewer stays in ssvnc-viewer-XX. - take maintainer ok jasper@
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-scripts_ssvnc,v 1.1 2009/01/13 15:08:27 sthen Exp $
|
|
--- scripts/ssvnc.orig Tue Jan 13 03:02:08 2009
|
|
+++ scripts/ssvnc Tue Jan 13 03:04:45 2009
|
|
@@ -30,7 +30,7 @@ fi
|
|
|
|
if [ "X$WISH" = "X" ]; then
|
|
WISH=wish
|
|
- for try in wish8.4 wish wish8.3 wish8.5 wish8.6
|
|
+ for try in ${MODTK_BIN} wish8.4 wish wish8.3 wish8.5 wish8.6
|
|
do
|
|
if type $try > /dev/null; then
|
|
WISH=$try
|