git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c2d1551
)
wsdd2: fix install warning on compile
author
Ansuel Smith
<redacted>
Tue, 7 Jan 2020 18:36:17 +0000
(19:36 +0100)
committer
Ansuel Smith
<redacted>
Tue, 7 Jan 2020 18:37:20 +0000
(19:37 +0100)
Signed-off-by: Ansuel Smith <redacted>
net/wsdd2/Makefile
patch
|
blob
|
history
net/wsdd2/files/wsdd2.init
patch
|
blob
|
history
diff --git
a/net/wsdd2/Makefile
b/net/wsdd2/Makefile
index 550596d058f37473aa4d21be75ba9951203b9ed5..6b1e5dc41e9c1528ab3b964601027d2ece120477 100644
(file)
--- a/
net/wsdd2/Makefile
+++ b/
net/wsdd2/Makefile
@@
-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
diff --git
a/net/wsdd2/files/wsdd2.init
b/net/wsdd2/files/wsdd2.init
index 52fcea2e1f61ed1ff93ebd561392f9ff4b42d9a9..a8d5fe5ad8f95f9381043db8f411a9f1502f5ec6 100644
(file)
--- a/
net/wsdd2/files/wsdd2.init
+++ b/
net/wsdd2/files/wsdd2.init
@@
-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