summaryrefslogtreecommitdiff
path: root/net/tightvnc/patches/patch-ag
blob: 243d411765d24c1121b2fa9a462cf6053ae44842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ag,v 1.2 2002/10/20 14:33:54 lukem Exp $

--- vncserver.orig	Tue Aug 27 22:19:38 2002
+++ vncserver
@@ -41,10 +41,11 @@ $vncUserDir = "$ENV{HOME}/.vnc";
 $fontPath = "unix/:7100";
 
 # 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/";
+$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