svn commit: r296807 - head/etc/rc.d

Ian Lepore ian at FreeBSD.org
Sun Mar 13 19:43:00 UTC 2016


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 at 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:


More information about the svn-src-head mailing list