]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
wsdd: Update of lfs file - fixes bug#13445
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 18 Mar 2024 18:43:13 +0000 (19:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Mar 2024 11:13:59 +0000 (11:13 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/wsdd

index aa65e47ef0ef4d53eb1b865473e25caa67a5519b..bf2a1a0327a481e2f0f7807e0a6db79e839e9120 100644 (file)
--- 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)