ef535b2ac4
- Fix build on !i386 (sparc64 atleast anyways) [1] PR: 103693 Subbmitted by: Nils Vogels ahze (me) [1]
12 lines
358 B
Text
12 lines
358 B
Text
--- vncserver.orig Thu Aug 10 13:01:07 2006
|
|
+++ vncserver Tue Sep 26 21:08:10 2006
|
|
@@ -38,7 +38,7 @@
|
|
$desktopName = "X";
|
|
$vncClasses = "/usr/local/vnc/classes";
|
|
$vncUserDir = "$ENV{HOME}/.vnc";
|
|
-$fontPath = "unix/:7100";
|
|
+#$fontPath = "unix/:7100";
|
|
$authType = "-rfbauth $vncUserDir/passwd";
|
|
|
|
# Here is another example of setting the font path:
|
|
|