[PC-BSD Commits] r4027 - in pcbsd: trunk/system-overlay/usr/PCBSD/xorg-gui/bin trunk-current/system-overlay/usr/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 2 09:12:02 PDT 2009
Author: kris
Date: 2009-06-02 09:12:01 -0700 (Tue, 02 Jun 2009)
New Revision: 4027
Modified:
pcbsd/trunk-current/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh
pcbsd/trunk/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Fixed a bug in rundetect.sh, don't need to setup the config twice before testing it
Modified: pcbsd/trunk/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh 2009-06-02 16:07:19 UTC (rev 4026)
+++ pcbsd/trunk/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh 2009-06-02 16:12:01 UTC (rev 4027)
@@ -211,10 +211,6 @@
# Start the X gui
/usr/PCBSD/local/bin/startx 2>>${XLOG}
- #### Create the new XF86Config file with the user settings
- echo "Generating new Xorg configuration file..." >/dev/console
- /usr/PCBSD/xorg-gui/bin/setupconf.sh >>${XLOG} 2>>${XLOG}
-
# The user canceled the dialog, and chose to use the default
if [ -e "/usr/PCBSD/xorg-gui/.canceled" ]
then
Modified: pcbsd/trunk-current/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk-current/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh 2009-06-02 16:07:19 UTC (rev 4026)
+++ pcbsd/trunk-current/system-overlay/usr/PCBSD/xorg-gui/bin/rundetect.sh 2009-06-02 16:12:01 UTC (rev 4027)
@@ -211,10 +211,6 @@
# Start the X gui
/usr/PCBSD/local/bin/startx 2>>${XLOG}
- #### Create the new XF86Config file with the user settings
- echo "Generating new Xorg configuration file..." >/dev/console
- /usr/PCBSD/xorg-gui/bin/setupconf.sh >>${XLOG} 2>>${XLOG}
-
# The user canceled the dialog, and chose to use the default
if [ -e "/usr/PCBSD/xorg-gui/.canceled" ]
then
More information about the Commits
mailing list