[PC-BSD Commits] r2284 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Sun Jul 6 13:08:37 PDT 2008
Author: kris
Date: 2008-07-06 13:08:37 -0700 (Sun, 06 Jul 2008)
New Revision: 2284
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Fixed a bug with xgui which was running a 2nd time after using nvidia drivers
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-07-06 16:34:47 UTC (rev 2283)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-07-06 20:08:37 UTC (rev 2284)
@@ -326,6 +326,8 @@
mv /root/.fluxbox.xbak /root/.fluxbox
fi
+rm /PCBSD/xorg-gui/.nvidiareboot >/dev/null 2>/dev/null
+rm /PCBSD/xorg-gui/.rerunxsetup >/dev/null 2>/dev/null
rm /PCBSD/xorg-gui/.skipauto >/dev/null 2>/dev/null
echo "Preparing to start the desktop..." >/dev/console
sleep 1
More information about the Commits
mailing list