[PC-BSD Commits] r2849 - pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 13:41:05 PDT 2008
Author: kris
Date: 2008-10-02 13:41:05 -0700 (Thu, 02 Oct 2008)
New Revision: 2849
Modified:
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/x_config.sh
Log:
Backport the qemu x_config fix to 7.0 branch
Modified: pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/x_config.sh
===================================================================
--- pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/x_config.sh 2008-10-02 20:37:37 UTC (rev 2848)
+++ pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/x_config.sh 2008-10-02 20:41:05 UTC (rev 2849)
@@ -25,8 +25,8 @@
elif [ "$QEMU" != "" ]; then
cp ${XFREE_QEMU} ${XFREE_NEWCONF}
# Must enable 16 bit color
- cat ${XFREE_TMPCONF} | sed "s/#%DEFAULTDEPTH%/DefaultDepth 16/" > ${XFREE_TMPCONF}.QEMU
- XFREE_TMPCONF="${XFREE_TMPCONF}.QEMU"
+ cat ${XFREE_TMPCONF} | sed "s/#%DEFAULTDEPTH%/DefaultDepth 16/" > /tmp/xorg.qemu
+ XFREE_TMPCONF="/tmp/xorg.qemu"
else
# configuring X automatically
/usr/local/bin/X -configure >/dev/null 2>&1
More information about the Commits
mailing list