svn commit: r296943 - stable/10/etc/rc.d

Ian Lepore ian at FreeBSD.org
Wed Mar 16 16:52:32 UTC 2016


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:


More information about the svn-src-stable-10 mailing list