From: Adolf Belka <adolf.belka@ipfire.org>
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 [thread overview]
Message-ID: <20240318184314.3683-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240318184314.3683-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
- 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(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
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 = $(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)
--
2.44.0
next prev parent reply other threads:[~2024-03-18 18:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-18 18:43 [PATCH 1/4] samba: Integrate wsdd initscript into samba initscript - bug#13445 Adolf Belka
2024-03-18 18:43 ` [PATCH 2/4] wsdd: remove wsdd initscript as now covered by samba - fixes bug#13445 Adolf Belka
2024-03-19 11:15 ` Michael Tremer
2024-03-19 11:44 ` Adolf Belka
2024-03-18 18:43 ` Adolf Belka [this message]
2024-03-18 18:43 ` [PATCH 4/4] wsdd: Update install and uninstall pak files Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240318184314.3683-3-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox