[PC-BSD Commits] r12035 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 9 11:18:05 PDT 2011
Author: kris
Date: 2011-08-09 11:18:05 -0700 (Tue, 09 Aug 2011)
New Revision: 12035
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
Log:
Run the new sys-init.sh script which also does firewall
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-08-09 18:16:47 UTC (rev 12034)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-08-09 18:18:05 UTC (rev 12035)
@@ -726,7 +726,7 @@
cfgList << "runCommand=/usr/local/share/pcbsd/scripts/set-lang.sh " + lang;
// Set all firewall rules
- cfgList << "runCommand=sh /usr/local/share/pcbsd/scripts/reset-firewall";
+ cfgList << "runCommand=sh /usr/local/share/pcbsd/scripts/sys-init.sh";
// If doing install from package disk
if ( (availPackageData && hasPkgsOnMedia ) || ( availPackageData && radioNetworkInstall->isChecked() ) )
More information about the Commits
mailing list