From 10108b0615d53640d55ad7b47a77464ba0bbdce3 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 20 May 2019 16:36:34 +0200 Subject: [PATCH] captiveportal, use "onestop" to stop captiveportal, when there's no zone configured "stop" would be skipped since the service is disabled. issue seems to be introduced in https://github.com/opnsense/core/commit/0299224578b982c1e28681fbb967a49a96b58017 --- src/opnsense/service/conf/actions.d/actions_captiveportal.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/service/conf/actions.d/actions_captiveportal.conf b/src/opnsense/service/conf/actions.d/actions_captiveportal.conf index 231665130..bb62690fc 100644 --- a/src/opnsense/service/conf/actions.d/actions_captiveportal.conf +++ b/src/opnsense/service/conf/actions.d/actions_captiveportal.conf @@ -29,7 +29,7 @@ type:script message:startup captiveportal services [stop] -command:/usr/local/etc/rc.d/captiveportal stop +command:/usr/local/etc/rc.d/captiveportal onestop parameters: type:script message:stopping captiveportal services