wsdd2: fix install warning on compile
authorAnsuel Smith <redacted>
Tue, 7 Jan 2020 18:36:17 +0000 (19:36 +0100)
committerAnsuel Smith <redacted>
Tue, 7 Jan 2020 18:37:20 +0000 (19:37 +0100)
Signed-off-by: Ansuel Smith <redacted>
net/wsdd2/Makefile
net/wsdd2/files/wsdd2.init

index 550596d058f37473aa4d21be75ba9951203b9ed5..6b1e5dc41e9c1528ab3b964601027d2ece120477 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wsdd2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git
index 52fcea2e1f61ed1ff93ebd561392f9ff4b42d9a9..a8d5fe5ad8f95f9381043db8f411a9f1502f5ec6 100644 (file)
@@ -9,10 +9,10 @@ NB_PARM=""
 WG_PARM=""
 BI_PARM=""
 
-. /lib/functions/network.sh
-
 start_service() {
 
+       . /lib/functions/network.sh
+
        if [ -e /etc/smbd/smb.conf ] && [ -e /etc/init.d/smbd ] && /etc/init.d/smbd running; then
                SMB_CONF="/etc/smbd/smb.conf"
        fi
git clone https://git.99rst.org/PROJECT