[PC-BSD Commits] r1897 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed May 14 09:01:43 PDT 2008
Author: kris
Date: 2008-05-14 09:01:43 -0700 (Wed, 14 May 2008)
New Revision: 1897
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Added firewall_enable to rc.conf to allow ipfw to work properly, so we can
use a NAT system down the road.
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2008-05-14 16:01:06 UTC (rev 1896)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2008-05-14 16:01:43 UTC (rev 1897)
@@ -61,5 +61,9 @@
pf_enable="YES"
pf_flags=""
+# Enable ipfw and open it by default since we have PF
+firewall_enable="YES"
+firewall_type="open"
+
snddetect_enable="YES"
mixer_enable="YES"
More information about the Commits
mailing list