From 3d365027aec100b7df818c5fa955d4b2d7a790da Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 8 May 2020 09:44:06 +0200 Subject: [PATCH] captiveportal: safety belts, we require ipfw #4093 --- src/etc/rc.d/captiveportal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.d/captiveportal b/src/etc/rc.d/captiveportal index e7f0718a0..5cbcb9965 100755 --- a/src/etc/rc.d/captiveportal +++ b/src/etc/rc.d/captiveportal @@ -24,7 +24,10 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -# load standard rc +# PROVIDE: captiveportal +# REQUIRE: ipfw +# KEYWORD: shutdown + . /etc/rc.subr name=captiveportal