svn commit: r296946 - releng/10.3/etc/rc.d

Ian Lepore ian at FreeBSD.org
Wed Mar 16 17:35:56 UTC 2016


Author: ian
Date: Wed Mar 16 17:35:55 2016
New Revision: 296946
URL: https://svnweb.freebsd.org/changeset/base/296946

Log:
  MFC 296943:
  
    Require firewall setup before running rc.d/netwait, otherwise the ping
    packets sent by netwait may not get through.
  
  PR:           207916
  Approved by:	re (marius)

Modified:
  releng/10.3/etc/rc.d/netwait
Directory Properties:
  releng/10.3/   (props changed)

Modified: releng/10.3/etc/rc.d/netwait
==============================================================================
--- releng/10.3/etc/rc.d/netwait	Wed Mar 16 17:01:24 2016	(r296945)
+++ releng/10.3/etc/rc.d/netwait	Wed Mar 16 17:35:55 2016	(r296946)
@@ -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-all mailing list