diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-21 17:51:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-21 17:51:03 +0000 |
commit | 33212294293fbb96318c93bea9c202f0cd41bc45 (patch) | |
tree | 052db168153ecc87eaf5528c15bd4f9c0a1b244d /net-misc/tightvnc | |
parent | Security update. (diff) | |
download | gentoo-2-33212294293fbb96318c93bea9c202f0cd41bc45.tar.gz gentoo-2-33212294293fbb96318c93bea9c202f0cd41bc45.tar.bz2 gentoo-2-33212294293fbb96318c93bea9c202f0cd41bc45.zip |
Add missing patch
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-1.2.8-gentoo.diff | 18 |
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"; |