Skip to content

Commit

Permalink
Merge pull request openwrt#11215 from Andy2244/wsdd2-typo_fix
Browse files Browse the repository at this point in the history
wsdd2: fix typos
  • Loading branch information
hnyman authored Feb 2, 2020
2 parents 4e1cc0a + 878402d commit 696f556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/wsdd2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=wsdd2
PKG_RELEASE:=4
PKG_RELEASE:=5

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git
Expand Down
4 changes: 2 additions & 2 deletions net/wsdd2/files/wsdd2.init
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ start_service() {
if [ -n "$wg_name" ]; then
WG_PARM="-G $wg_name"
else
NB_PARM="-G WORKGROUP"
WG_PARM="-G WORKGROUP"
fi

# resolve lan interface (BUG: No multi-interface binds atm)
Expand Down Expand Up @@ -82,5 +82,5 @@ start_service() {

service_triggers() {
PROCD_RELOAD_DELAY=1000
procd_add_reload_trigger "dhcp" "system" "samba" "samba4" "smbd"
procd_add_reload_trigger "dhcp" "system" "samba" "samba4" "ksmbd"
}

0 comments on commit 696f556

Please sign in to comment.