From 60503c3bfa6ac1c014d575e4962ce104991b10d1 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 16 Mar 2016 17:35:55 +0000 Subject: [PATCH] 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) git-svn-id: svn://svn.freebsd.org/base/releng/10.3@296946 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/rc.d/netwait | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/netwait b/etc/rc.d/netwait index 6ccca043c..e9c23ca40 100755 --- a/etc/rc.d/netwait +++ b/etc/rc.d/netwait @@ -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: -- 2.42.0