Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 19:42:59 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296807 - head/etc/rc.d
Message-ID:  <201603131942.u2DJgxMR035242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Mar 13 19:42:59 2016
New Revision: 296807
URL: https://svnweb.freebsd.org/changeset/base/296807

Log:
  Require firewall setup before running rc.d/netwait, otherwise the ping
  packets sent by netwait may not get through.
  
  PR:		207916
  Submitted by:	John.Marshall@riverwillow.com.au (ipfw), ian@ (pf, ipfilter)

Modified:
  head/etc/rc.d/netwait

Modified: head/etc/rc.d/netwait
==============================================================================
--- head/etc/rc.d/netwait	Sun Mar 13 19:27:46 2016	(r296806)
+++ head/etc/rc.d/netwait	Sun Mar 13 19:42:59 2016	(r296807)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: netwait
-# REQUIRE: devd routing
+# REQUIRE: devd ipfilter ipfw pf routing
 # KEYWORD: nojail
 #
 # The netwait script helps handle two situations:



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