svn commit: r339208 - head/sbin/init

Danilo G. Baio dbaio at FreeBSD.org
Fri Oct 5 20:35:44 UTC 2018


Author: dbaio (ports committer)
Date: Fri Oct  5 20:35:43 2018
New Revision: 339208
URL: https://svnweb.freebsd.org/changeset/base/339208

Log:
  Fix information about $firewall_myservices
  
  After r273201 it is supported "/{udp,tcp,proto}" suffix into
  $firewall_myservices, and in the rc.conf the information is outdated.
  
  Reviewed by:	bcr, rgrimes
  Approved by:	re (gjb), doc (bcr), src (rgrimes)
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D17338

Modified:
  head/sbin/init/rc.conf

Modified: head/sbin/init/rc.conf
==============================================================================
--- head/sbin/init/rc.conf	Fri Oct  5 20:16:20 2018	(r339207)
+++ head/sbin/init/rc.conf	Fri Oct  5 20:35:43 2018	(r339208)
@@ -163,7 +163,7 @@ firewall_simple_onet="192.0.2.0/28" # Outside network 
 				# firewall.
 #firewall_simple_onet_ipv6="2001:db8:2:0::/56" # Outside IPv6 network prefix
 				# for "simple" firewall.
-firewall_myservices=""		# List of TCP ports on which this host
+firewall_myservices=""		# List of ports/protocols on which this host
 				# offers services for "workstation" firewall.
 firewall_allowservices=""	# List of IPs which have access to
 				# $firewall_myservices for "workstation"


More information about the svn-src-head mailing list