summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2006-07-22 18:30:09 +0000
committerGustavo Felisberto <humpback@gentoo.org>2006-07-22 18:30:09 +0000
commit50402ca594f49ba9f0bd1d0da8de3293564b49be (patch)
treee6fdccdf4d56cae97142896c42579f76c9531596 /net-misc/tightvnc/files
parentUse portable find(1) syntax by specifying the directory to work in (.). (diff)
downloadhistorical-50402ca594f49ba9f0bd1d0da8de3293564b49be.tar.gz
historical-50402ca594f49ba9f0bd1d0da8de3293564b49be.tar.bz2
historical-50402ca594f49ba9f0bd1d0da8de3293564b49be.zip
update to close #138779
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'net-misc/tightvnc/files')
-rw-r--r--net-misc/tightvnc/files/digest-tightvnc-1.2.9-r23
-rw-r--r--net-misc/tightvnc/files/tightvnc-1.2.9-gentoo-2.diff15
2 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tightvnc/files/digest-tightvnc-1.2.9-r2 b/net-misc/tightvnc/files/digest-tightvnc-1.2.9-r2
new file mode 100644
index 000000000000..d72709d4f9b6
--- /dev/null
+++ b/net-misc/tightvnc/files/digest-tightvnc-1.2.9-r2
@@ -0,0 +1,3 @@
+MD5 f804b26c098625e3a2675a0aa7709e31 tightvnc-1.2.9_unixsrc.tar.bz2 1738256
+RMD160 57c4d24bbc008b7188ae4bb177fbb409bc1d26d3 tightvnc-1.2.9_unixsrc.tar.bz2 1738256
+SHA256 c1ba77f832d6c81349f05219802c48b3435cfb6db88f496c9bb08b52b8405548 tightvnc-1.2.9_unixsrc.tar.bz2 1738256
diff --git a/net-misc/tightvnc/files/tightvnc-1.2.9-gentoo-2.diff b/net-misc/tightvnc/files/tightvnc-1.2.9-gentoo-2.diff
new file mode 100644
index 000000000000..c19b1611b89a
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.2.9-gentoo-2.diff
@@ -0,0 +1,15 @@
+--- vncserver.ori 2006-07-22 19:21:09.000000000 +0100
++++ vncserver 2006-07-22 19:25:56.000000000 +0100
+@@ -41,10 +41,10 @@
+ $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/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/corefonts/";
+
+ # 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