summaryrefslogtreecommitdiff
path: root/net/tightvnc/patches/patch-al
blob: 985ca655b839345d9379d5ee73151d536dca01cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-al,v 1.2 2007/06/17 20:58:49 tnn Exp $

--- vncserver.orig	2007-04-26 12:57:06.000000000 +0200
+++ vncserver
@@ -42,10 +42,10 @@ $fontPath = "unix/:7100";
 $authType = "-rfbauth $vncUserDir/passwd";
 
 # Here is another example of setting the font path:
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+$fontPath = "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/";
 
 # X colors database path is optional, uncomment and edit to use:
-# $colorPath = "/usr/lib/X11/rgb";
+$colorPath = "/usr/X11R6/lib/X11/rgb";
 
 # You might wish to make your vnc directory under /tmp, to make sure
 # passwords are always kept on the local filesystem. To do that, just