[3/4] wsdd: Update of lfs file - fixes bug#13445

Message ID 20240318184314.3683-3-adolf.belka@ipfire.org
State Accepted
Commit 6e600296bb3ec7d5151ed6282726c06c5dda1569
Headers
Series [1/4] samba: Integrate wsdd initscript into samba initscript - bug#13445 |

Commit Message

Adolf Belka March 18, 2024, 6:43 p.m. UTC
  - Removal of services line as wsdd will now be started by the samba option in the addon
   services wui page
- Removal of installing separate wsdd initscript as it is nowe integrated into the samba
   initscript.

Fixes: bug#13445
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/wsdd | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
  

Patch

diff --git a/lfs/wsdd b/lfs/wsdd
index aa65e47ef..bf2a1a032 100644
--- a/lfs/wsdd
+++ b/lfs/wsdd
@@ -33,11 +33,11 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = wsdd
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
-SERVICES   = wsdd
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -82,8 +82,5 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && cp src/wsdd.py /usr/bin/wsdd
 
-	#install initscripts
-	$(call INSTALL_INITSCRIPTS,$(SERVICES))
-
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)