[PC-BSD Commits] r5244 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 4 14:06:40 PST 2009
Author: kris
Date: 2009-12-04 14:06:40 -0800 (Fri, 04 Dec 2009)
New Revision: 5244
Modified:
pcbsd/trunk/SysInstaller/sysinstaller.cpp
Log:
Also reset the firewall rules after doing fresh pc-bsd install
Modified: pcbsd/trunk/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-04 21:53:15 UTC (rev 5243)
+++ pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-04 22:06:40 UTC (rev 5244)
@@ -490,6 +490,7 @@
tmpList << "";
tmpList << "# Doing PC-BSD Install make sure to start xorg-gui at first boot";
tmpList << "runCommand=cp /usr/PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys";
+ tmpList << "runCommand=sh /usr/PCBSD/Scripts/reset-firewall";
summaryList << tr("Performing a fresh install of PC-BSD");
} else {
tmpList << "installType=FreeBSD";
More information about the Commits
mailing list