aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-vncserver
blob: 8dbd47bdae2714244aaa925df09a513eb9b2be94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vncserver.orig	2019-03-26 05:19:17 UTC
+++ 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.