summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-16 22:57:48 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-16 22:57:48 +0000
commit9a88273c2537ea64c7e082271864197cf300b7cd (patch)
tree84ec34ca0164d533307026c73523b987a0f108f6 /net-misc/tightvnc/files
parentVersion bump. (diff)
downloadhistorical-9a88273c2537ea64c7e082271864197cf300b7cd.tar.gz
historical-9a88273c2537ea64c7e082271864197cf300b7cd.tar.bz2
historical-9a88273c2537ea64c7e082271864197cf300b7cd.zip
Fix vncClasses variable in the patch, thanks to Josh <pekster-main at usa dot net> bug 162448
Package-Manager: portage-2.1.2
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch19
1 files changed, 9 insertions, 10 deletions
diff --git a/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch b/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch
index 87c801fe7322..bd8ba517280c 100644
--- a/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch
+++ b/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch
@@ -1,19 +1,18 @@
---- vncserver.old 2003-07-31 16:19:37.000000000 +0200
-+++ vncserver 2006-10-05 17:53:28.000000000 +0200
-@@ -38,13 +38,13 @@
+--- vncserver.old 2007-01-16 23:50:14.000000000 +0100
++++ vncserver 2007-01-16 23:51:00.000000000 +0100
+@@ -36,12 +36,12 @@
+ $geometry = "1024x768";
+ $depth = 24;
$desktopName = "X";
- $vncClasses = "/usr/local/vnc/classes";
+-$vncClasses = "/usr/local/vnc/classes";
++$vncClasses = "/usr/share/tightvnc/classes";
$vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
+$fontPath = "unix/:-1";
# Here is another example of setting the font path:
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
-+$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/";
++$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";
-+$colorPath = "/usr/share/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
+ # $colorPath = "/usr/lib/X11/rgb";