From a3e125267ca4f9f1752ebdd6525c0c3246bfc600 Mon Sep 17 00:00:00 2001 From: Thibaut VARÈNE Date: Thu, 27 Jan 2022 11:14:58 +0100 Subject: coova-chilli: remove hotplug call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This hotplug trigger unconditionaly restarts coova-chilli when the "wan" interface sees action "ifup", without checking whether or not the service is disabled or the upstream interface is actually called "wan". This hotplug could be replaced by a suitable service trigger instead. Signed-off-by: Thibaut VARÈNE --- net/coova-chilli/files/chilli.hotplug | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 net/coova-chilli/files/chilli.hotplug (limited to 'net/coova-chilli/files') diff --git a/net/coova-chilli/files/chilli.hotplug b/net/coova-chilli/files/chilli.hotplug deleted file mode 100644 index e12812b49..000000000 --- a/net/coova-chilli/files/chilli.hotplug +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -[ "$ACTION" == "ifup" ] || exit 0 - -[ "$INTERFACE" = "wan" ] && { - /etc/init.d/chilli restart -} -- cgit v1.2.3