summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-11-10 13:45:46 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-11-10 13:45:46 +0000
commit4fa2e87af8fdbea79906ffd12a57f0f759a90d66 (patch)
tree0e3c5b3e563e3dc3332034e981db7153302b9e1d /x11
parentUpdate to 2.0.2 (diff)
Fix wrong path in /etc/XF86Config (purely cosmetical)
PR: ports/34796
Notes
Notes: svn path=/head/; revision=93654
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86/files/patch-0h17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-0h b/x11/XFree86/files/patch-0h
new file mode 100644
index 000000000000..13f95a5a11d1
--- /dev/null
+++ b/x11/XFree86/files/patch-0h
@@ -0,0 +1,17 @@
+--- programs/Xserver/hw/xfree86/xf86config/cards.c~ Tue Oct 12 20:09:06 1999
++++ programs/Xserver/hw/xfree86/xf86config/cards.c Mon Nov 10 14:39:17 2003
+@@ -112,12 +112,12 @@
+ "# (this avoids the linear framebuffer probe). If that fails try\n"
+ "# option \"nomemaccess\".\n"
+ "#\n"
+-"# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page.\n";
++"# Refer to /usr/X11R6/lib/X11/doc/README.S3, and the XF86_S3 man page.\n";
+
+ static char *cirrus_comment =
+ "# Use Option \"no_bitblt\" if you have graphics problems. If that fails\n"
+ "# try Option \"noaccel\".\n"
+-"# Refer to /usr/X11R6/lib/doc/README.cirrus.\n"
++"# Refer to /usr/X11R6/lib/X11/doc/README.cirrus.\n"
+ "# To allow linear addressing, uncomment the Option line and the\n"
+ "# address that the card maps the framebuffer to.\n";
+