From cdb882a27fce62ccc48ccb542858bc561cbc2678 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 9 Jun 2026 13:38:44 +0200 Subject: [PATCH] mwan3: sourcing the mwan3 init is not needed anymore Source the 'mwan3' init service does printing the following log message: /usr/sbin/mwan3: /etc/init.d/mwan3: line 116: extra_command: not found However, there is no need to source this file, as the required functions are already loaded in the file '/usr/lib/mwan3.sh'. Signed-off-by: Florian Eckert --- net/mwan3/files/usr/sbin/mwan3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/mwan3/files/usr/sbin/mwan3 b/net/mwan3/files/usr/sbin/mwan3 index 9916657928..e68b22bd14 100755 --- a/net/mwan3/files/usr/sbin/mwan3 +++ b/net/mwan3/files/usr/sbin/mwan3 @@ -48,8 +48,6 @@ ifdown() { } ifup() { - . /etc/init.d/mwan3 - if [ -z "$1" ]; then echo "Expecting interface. Usage: mwan3 ifup " exit 0