summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-03-13 19:42:59 +0000
committerian <ian@FreeBSD.org>2016-03-13 19:42:59 +0000
commit7f24107ea95b16cfda12da80fdc8a7172085e603 (patch)
tree6cc370ced0000cea018023105318278a0fcedca3 /etc
parent4f8c2039d8be63a0418cf26f53ba68c401a87cda (diff)
downloadFreeBSD-src-7f24107ea95b16cfda12da80fdc8a7172085e603.zip
FreeBSD-src-7f24107ea95b16cfda12da80fdc8a7172085e603.tar.gz
Require firewall setup before running rc.d/netwait, otherwise the ping
packets sent by netwait may not get through. PR: 207916 Submitted by: John.Marshall@riverwillow.com.au (ipfw), ian@ (pf, ipfilter)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/netwait2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/netwait b/etc/rc.d/netwait
index 6ccca04..e9c23ca 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:
OpenPOWER on IntegriCloud