[PC-BSD Commits] r2718 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Sat Sep 6 07:06:44 PDT 2008
Author: kris
Date: 2008-09-06 07:06:43 -0700 (Sat, 06 Sep 2008)
New Revision: 2718
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Fixed the bsdstats_enable parsing for SysConfig.sh
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-09-06 14:02:39 UTC (rev 2717)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-09-06 14:06:43 UTC (rev 2718)
@@ -1595,15 +1595,10 @@
tmp.remove(0, tmp.find("(") + 1 );
tmp.truncate(tmp.find(")") );
- // tmp2 = listBoxKeyLayout->currentText();
- // tmp2.truncate(tmp.find(" ") );
-
- // Start with the update system config script
+ // Start with the update system config script
SystemConfig= new Q3Process( this );
SystemConfig->addArgument( "/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh" );
SystemConfig->addArgument( tmp );
- //SystemConfig->addArgument( tmp2 );
- SystemConfig->addArgument(tr("Start"));
if ( checkAllowBSDSTATS->isChecked() )
{
More information about the Commits
mailing list