[PC-BSD Commits] r317 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 8 19:20:28 PDT 2007
Author: kris
Date: 2007-06-09 03:20:28 +0100 (Sat, 09 Jun 2007)
New Revision: 317
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
BSDStats checkbox now works for upgrades as well
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-06-09 02:07:55 UTC (rev 316)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-06-09 02:20:28 UTC (rev 317)
@@ -2096,7 +2096,18 @@
// Start with the update system config script
SystemConfig= new QProcess( this );
SystemConfig->addArgument( "/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh" );
+ SystemConfig->addArgument( "IGNORE" );
+ SystemConfig->addArgument( "IGNORE" );
+ SystemConfig->addArgument(tr("Start"));
+ if ( checkAllowBSDSTATS->isChecked() )
+ {
+ SystemConfig->addArgument("1");
+ } else {
+ SystemConfig->addArgument("0");
+ }
+
+
More information about the Commits
mailing list