[Midnightbsd-cvs] src: rc.conf: Make the firewall quiet

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 17 13:42:03 EST 2009


Log Message:
-----------
Make the firewall quiet

Modified Files:
--------------
    src/etc/defaults:
        rc.conf (r1.22 -> r1.23)

-------------- next part --------------
Index: rc.conf
===================================================================
RCS file: /home/cvs/src/etc/defaults/rc.conf,v
retrieving revision 1.22
retrieving revision 1.23
diff -L etc/defaults/rc.conf -L etc/defaults/rc.conf -u -r1.22 -r1.23
--- etc/defaults/rc.conf
+++ etc/defaults/rc.conf
@@ -107,7 +107,7 @@
 firewall_enable="YES"		# Set to YES to enable firewall functionality
 firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
 firewall_type="DESKTOP"		# Firewall type (see /etc/rc.firewall)
-firewall_quiet="NO"		# Set to YES to suppress rule display
+firewall_quiet="YES"		# Set to YES to suppress rule display
 firewall_logging="NO"		# Set to YES to enable events logging
 firewall_flags=""		# Flags passed to ipfw when type is a file
 firewall_myservices=""		# List of TCP ports on which this host


More information about the Midnightbsd-cvs mailing list