diff options
author | ian <ian@FreeBSD.org> | 2016-03-16 17:35:55 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2016-03-16 17:35:55 +0000 |
commit | 51a07c3c28466fdf362fd2c34d21b912bf200c1a (patch) | |
tree | 9ee1a3cd44fd6dcbd90a06676c19b832a3abd6d3 | |
parent | b277b561e8f6b60a60e4bc085ccb12514cc5ab1c (diff) | |
download | FreeBSD-src-51a07c3c28466fdf362fd2c34d21b912bf200c1a.zip FreeBSD-src-51a07c3c28466fdf362fd2c34d21b912bf200c1a.tar.gz |
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)
-rwxr-xr-x | etc/rc.d/netwait | 2 |
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: |