diff options
author | jmz <jmz@FreeBSD.org> | 2003-11-10 21:45:46 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2003-11-10 21:45:46 +0800 |
commit | 2ef2660ee85862548146a69687549738474dad59 (patch) | |
tree | 55ff98322deab474a3bd2dde34875cfdaa751ac9 /x11/XFree86 | |
parent | 5b28141923208ce0342ecb860b424492ed8f4d9d (diff) | |
download | freebsd-ports-gnome-2ef2660ee85862548146a69687549738474dad59.tar.gz freebsd-ports-gnome-2ef2660ee85862548146a69687549738474dad59.tar.zst freebsd-ports-gnome-2ef2660ee85862548146a69687549738474dad59.zip |
Fix wrong path in /etc/XF86Config (purely cosmetical)
PR: ports/34796
Diffstat (limited to 'x11/XFree86')
-rw-r--r-- | x11/XFree86/files/patch-0h | 17 |
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"; + |