[PC-BSD Commits] r401 - in pcbsd/trunk/system-overlay/PCBSD/xorg-gui: bin templates/header
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 29 15:26:23 PDT 2007
Author: kris
Date: 2007-06-29 23:26:23 +0100 (Fri, 29 Jun 2007)
New Revision: 401
Added:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/i810.xorg.conf
Removed:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/i180.xorg.conf
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
Log:
Fixed some typos in the intel i810 driver name
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2007-06-29 20:37:23 UTC (rev 400)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2007-06-29 22:26:23 UTC (rev 401)
@@ -7,7 +7,7 @@
TMPFILE="/PCBSD/xorg-gui/.xorg.conf.tmp"
case ${DRIVER} in
- i810) cp /PCBSD/xorg-gui/templates/header/i180.xorg.conf $TMPFILE ;;
+ i810) cp /PCBSD/xorg-gui/templates/header/i810.xorg.conf $TMPFILE ;;
*) cp /PCBSD/xorg-gui/templates/header/xorg.conf.generic $TMPFILE ;;
esac
Deleted: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/i180.xorg.conf
Added: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/i810.xorg.conf
More information about the Commits
mailing list