From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/4] wsdd: Update of lfs file - fixes bug#13445 Date: Mon, 18 Mar 2024 19:43:13 +0100 Message-ID: <20240318184314.3683-3-adolf.belka@ipfire.org> In-Reply-To: <20240318184314.3683-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0446970321409373699==" List-Id: --===============0446970321409373699== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 int= o the samba initscript. Fixes: bug#13445 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/wsdd | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lfs/wsdd b/lfs/wsdd index aa65e47ef..bf2a1a032 100644 --- a/lfs/wsdd +++ b/lfs/wsdd @@ -33,11 +33,11 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D wsdd -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 -SERVICES =3D wsdd +SERVICES =3D =20 ############################################################################= ### # 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 =20 - #install initscripts - $(call INSTALL_INITSCRIPTS,$(SERVICES)) - @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.44.0 --===============0446970321409373699==--