diff options
author | 2007-02-03 18:52:21 +0000 | |
---|---|---|
committer | 2007-02-03 18:52:21 +0000 | |
commit | abab79364857f091177f5d9d8ea63a89a1dcd9b8 (patch) | |
tree | 4162151ebc5b06f311666a9152e76d3ab206324c /net-misc/tightvnc/files | |
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/tightvnc/files')
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.9-pathfixes.patch | 14 |
1 files changed, 9 insertions, 5 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 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 |