blob: f071f6976da091e8835d3c3fa8f17f1b3b812bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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.
|