[PC-BSD Commits] r373 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 22 19:08:20 PDT 2007
Author: kris
Date: 2007-06-23 03:08:19 +0100 (Sat, 23 Jun 2007)
New Revision: 373
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header
Log:
Fixed some of the X11R6 links to local instead
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header 2007-06-22 18:38:58 UTC (rev 372)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header 2007-06-23 02:08:19 UTC (rev 373)
@@ -8,21 +8,20 @@
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
- ModulePath "/usr/X11R6/lib"
+ RgbPath "/usr/local/lib/X11/rgb"
+ ModulePath "/usr/local/lib"
ModulePath "/usr/local/lib/xorg/modules"
- ModulePath "/usr/X11R6/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/misc/"
- FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/CID/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
- FontPath "/usr/X11R6/lib/X11/fonts/dejavu/"
- FontPath "/usr/X11R6/lib/X11/fonts/local/"
+ FontPath "/usr/local/lib/X11/fonts/dejavu/"
+ FontPath "/usr/local/lib/X11/fonts/local/"
EndSection
Section "Module"
More information about the Commits
mailing list