pkgsrc/net/tightvnc/patches/patch-al
tnn 3044b62f01 Update to tightvnc-1.3.10.
* Unix Server: Applied fixes for 64-bit Linux issues
* Unix Server: Made the vncserver script read configuration from files
* Other minor improvements and bugfixes.

While here, do the DESTDIR thing.
2009-06-08 15:23:26 +00:00

13 lines
422 B
Text

$NetBSD: patch-al,v 1.4 2009/06/08 15:23:26 tnn Exp $
--- vncserver.orig 2009-02-12 05:27:18.000000000 +0100
+++ vncserver
@@ -34,7 +34,7 @@ $depth = 24;
$desktopName = "X";
$vncClasses = "/usr/local/vnc/classes";
$vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
+#$fontPath = "unix/:7100";
$authType = "-rfbauth $vncUserDir/passwd";
# Read configuration from the system-wide and user files if present.