$NetBSD: patch-al,v 1.1 2003/11/27 17:27:29 abs Exp $

--- vncserver.orig	2003-07-31 15:19:37.000000000 +0100
+++ 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
