diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-03 18:52:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-03 18:52:21 +0000 |
commit | abab79364857f091177f5d9d8ea63a89a1dcd9b8 (patch) | |
tree | 4162151ebc5b06f311666a9152e76d3ab206324c /net-misc | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | gentoo-2-abab79364857f091177f5d9d8ea63a89a1dcd9b8.tar.gz gentoo-2-abab79364857f091177f5d9d8ea63a89a1dcd9b8.tar.bz2 gentoo-2-abab79364857f091177f5d9d8ea63a89a1dcd9b8.zip |
fix fontpath patch
(Portage version: 2.1.2-r5)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch | 14 |
2 files changed, 14 insertions, 6 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index e14f95146924..b7a5b258d39f 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.85 2007/01/21 12:11:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.86 2007/02/03 18:52:21 armin76 Exp $ + + 03 Feb 2007; Raúl Porcel <armin76@gentoo.org> + files/tightvnc-1.2.9-pathfixes.patch: + fix fontpath patch 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> tightvnc-1.2.9-r3.ebuild, tightvnc-1.3.8.ebuild: 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 bd8ba517280c..b9818aeeaf2f 100644 --- a/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch +++ b/net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch @@ -1,6 +1,6 @@ ---- vncserver.old 2007-01-16 23:50:14.000000000 +0100 -+++ vncserver 2007-01-16 23:51:00.000000000 +0100 -@@ -36,12 +36,12 @@ +--- vncserver.ok 2007-02-03 19:41:44.000000000 +0100 ++++ vncserver 2007-02-03 19:43:48.000000000 +0100 +@@ -36,15 +36,15 @@ $geometry = "1024x768"; $depth = 24; $desktopName = "X"; @@ -12,7 +12,11 @@ # 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/"; ++$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/"; # X colors database path is optional, uncomment and edit to use: - # $colorPath = "/usr/lib/X11/rgb"; +-# $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 |