Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 15:03:58 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r206600 - stable/8/etc
Message-ID:  <201004141503.o3EF3wpi005591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004141503.o3EF3wpi005591>