summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff b/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff
new file mode 100644
index 000000000000..508fd2effb0e
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff
@@ -0,0 +1,18 @@
+--- vncserver.orig 2002-12-20 01:56:58.000000000 +0100
++++ vncserver 2002-12-20 01:58:05.000000000 +0100
+@@ -36,12 +36,12 @@
+ $geometry = "1024x768";
+ $depth = 24;
+ $desktopName = "X";
+-$vncClasses = "/usr/local/vnc/classes";
++$vncClasses = "/usr/share/tightvnc/classes";
+ $vncUserDir = "$ENV{HOME}/.vnc";
+-$fontPath = "unix/:7100";
++# $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/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+
+ # X colors database path is optional, uncomment and edit to use:
+ # $colorPath = "/usr/lib/X11/rgb";