Author: ian
Date: Wed Mar 16 16:52:31 2016
New Revision: 296943
URL: https://svnweb.freebsd.org/changeset/base/296943

Log:
  MFC r296807: (this time with 100% fewer unintended changes mixed in)...
  
    Require firewall setup before running rc.d/netwait, otherwise the ping
    packets sent by netwait may not get through.
  
  PR:           207916

Modified:
  stable/10/etc/rc.d/netwait
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/netwait
==============================================================================
--- stable/10/etc/rc.d/netwait  Wed Mar 16 16:50:13 2016        (r296942)
+++ stable/10/etc/rc.d/netwait  Wed Mar 16 16:52:31 2016        (r296943)
@@ -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:
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to