svn commit: r206600 - stable/8/etc

Hajimu UMEMOTO ume at FreeBSD.org
Wed Apr 14 15:03:59 UTC 2010


Author: ume
Date: Wed Apr 14 15:03:58 2010
New Revision: 206600
URL: http://svn.freebsd.org/changeset/base/206600

Log:
  MFC r206399, r206479: Disambiguate `IPs' to a more specific term.

Modified:
  stable/8/etc/rc.firewall
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/rc.firewall
==============================================================================
--- stable/8/etc/rc.firewall	Wed Apr 14 15:01:49 2010	(r206599)
+++ stable/8/etc/rc.firewall	Wed Apr 14 15:03:58 2010	(r206600)
@@ -424,13 +424,15 @@ case ${firewall_type} in
 	# Configuration:
 	#  firewall_myservices:		List of TCP ports on which this host
 	#			 	 offers services.
-	#  firewall_allowservices:	List of IPs which has access to
+	#  firewall_allowservices:	List of IPv4 and/or IPv6 addresses
+	#				 that have access to
 	#				 $firewall_myservices.
-	#  firewall_trusted:		List of IPs which has full access 
-	#				 to this host. Be very carefull 
-	#				 when setting this. This option can
-	#				 seriously degrade the level of 
-	#				 protection provided by the firewall.
+	#  firewall_trusted:		List of IPv4 and/or IPv6 addresses
+	#				 that have full access to this host.
+	#				 Be very careful when setting this.
+	#				 This option can seriously degrade
+	#				 the level of protection provided by
+	#				 the firewall.
 	#  firewall_logdeny:		Boolean (YES/NO) specifying if the
 	#				 default denied packets should be
 	#				 logged (in /var/log/security).


More information about the svn-src-stable mailing list