summaryrefslogtreecommitdiffstats
path: root/extra/source/tightvnc/tightvnc.paths-and-perms.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2009-08-26 10:00:38 -0500
committer Eric Hameleers <alien@slackware.com>2018-05-31 22:41:17 +0200
commit5a12e7c134274dba706667107d10d231517d3e05 (patch)
tree55718d5acb710fde798d9f38d0bbaf594ed4b296 /extra/source/tightvnc/tightvnc.paths-and-perms.diff
downloadcurrent-5a12e7c134274dba706667107d10d231517d3e05.tar.gz
current-5a12e7c134274dba706667107d10d231517d3e05.tar.xz
Slackware 13.0slackware-13.0
Wed Aug 26 10:00:38 CDT 2009 Slackware 13.0 x86_64 is released as stable! Thanks to everyone who helped make this release possible -- see the RELEASE_NOTES for the credits. The ISOs are off to the replicator. This time it will be a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We're taking pre-orders now at store.slackware.com. Please consider picking up a copy to help support the project. Once again, thanks to the entire Slackware community for all the help testing and fixing things and offering suggestions during this development cycle. As always, have fun and enjoy! -P.
Diffstat (limited to 'extra/source/tightvnc/tightvnc.paths-and-perms.diff')
-rw-r--r--extra/source/tightvnc/tightvnc.paths-and-perms.diff52
1 files changed, 52 insertions, 0 deletions
diff --git a/extra/source/tightvnc/tightvnc.paths-and-perms.diff b/extra/source/tightvnc/tightvnc.paths-and-perms.diff
new file mode 100644
index 000000000..b6eb14f16
--- /dev/null
+++ b/extra/source/tightvnc/tightvnc.paths-and-perms.diff
@@ -0,0 +1,52 @@
+diff -ur vnc_unixsrc.orig/tightvncserver.conf vnc_unixsrc/tightvncserver.conf
+--- vnc_unixsrc.orig/tightvncserver.conf 2009-02-12 05:27:18.000000000 +0100
++++ vnc_unixsrc/tightvncserver.conf 2009-06-02 23:55:22.000000000 +0200
+@@ -19,15 +19,15 @@
+ # $geometry = "1024x768";
+ # $depth = 24;
+ # $desktopName = "X";
+-# $vncClasses = "/usr/local/vnc/classes";
++# $vncClasses = "/usr/share/tightvnc/classes";
+ # $vncUserDir = "$ENV{HOME}/.vnc";
+-# $fontPath = "unix/:7100";
++# $fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/";
+ # $authType = "-rfbauth $vncUserDir/passwd";
+-# $colorPath = "/usr/lib/X11/rgb";
++# $colorPath = "/usr/share/X11/rgb";
+
+ ## Here is another example of setting the font path:
+ #
+-# $fontPath = "/usr/lib/X11/fonts/misc/"
++# $fontPath = "unix/:7100";
+ # $fontPath = "$fontPath,/usr/lib/X11/fonts/75dpi/";
+
+ ## You might wish to make your vnc directory under /tmp, to make sure
+diff -ur vnc_unixsrc.orig/vncinstall vnc_unixsrc/vncinstall
+--- vnc_unixsrc.orig/vncinstall 2002-03-19 12:44:02.000000000 +0100
++++ vnc_unixsrc/vncinstall 2009-06-02 23:51:54.000000000 +0200
+@@ -47,7 +47,7 @@
+ else
+ echo "Copying $f -> $bin_dst/`basename $f`"
+ cp -pf $f $bin_dst
+- chmod 0555 $bin_dst/`basename $f`
++ chmod 0755 $bin_dst/`basename $f`
+ fi
+
+ # Installing man pages
+diff -ur vnc_unixsrc.orig/vncserver vnc_unixsrc/vncserver
+--- vnc_unixsrc.orig/vncserver 2009-02-12 05:27:18.000000000 +0100
++++ vnc_unixsrc/vncserver 2009-06-02 23:51:39.000000000 +0200
+@@ -32,10 +32,11 @@
+ $geometry = "1024x768";
+ $depth = 24;
+ $desktopName = "X";
+-$vncClasses = "/usr/local/vnc/classes";
++$vncClasses = "/usr/share/tightvnc/classes";
+ $vncUserDir = "$ENV{HOME}/.vnc";
+-$fontPath = "unix/:7100";
++$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/";
+ $authType = "-rfbauth $vncUserDir/passwd";
++$colorPath = "/usr/share/X11/rgb";
+
+ # Read configuration from the system-wide and user files if present.
+