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.marsh...@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:
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to