diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 22:57:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 22:57:48 +0000 |
commit | 64be29677e82247ab2e716a3ef3995c02ee780fa (patch) | |
tree | 07f974428b888d70b8658584b37c4b0b336816e0 /net-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-64be29677e82247ab2e716a3ef3995c02ee780fa.tar.gz gentoo-2-64be29677e82247ab2e716a3ef3995c02ee780fa.tar.bz2 gentoo-2-64be29677e82247ab2e716a3ef3995c02ee780fa.zip |
Fix vncClasses variable in the patch, thanks to Josh <pekster-main at usa dot net> bug 162448
(Portage version: 2.1.2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch | 19 |
2 files changed, 16 insertions, 12 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 72bafacd3530..015caec44040 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/tightvnc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.83 2006/11/11 15:52:30 genstef Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.84 2007/01/16 22:57:48 armin76 Exp $ + + 16 Jan 2007; Raúl Porcel <armin76@gentoo.org> + files/tightvnc-1.2.9-pathfixes.patch: + Fix vncClasses variable in the patch, thanks to Josh <pekster-main at usa + dot net> bug 162448 11 Nov 2006; Stefan Schweizer <genstef@gentoo.org> -files/tightvnc-1.2.9-gentoo.diff, -files/tightvnc-1.2.9-gentoo-2.diff, 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"; |