All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/samba4: fix systemd support
@ 2018-11-24 13:15 Bernd Kuhls
  2018-11-24 13:52 ` Thomas Petazzoni
  2018-11-25  8:38 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2018-11-24 13:15 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/a09/a09a065c523931c1892e81a99c57521fbe095d8b/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/samba4/samba4.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index d95b4edfa4..075c018eb4 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -162,11 +162,11 @@ define SAMBA4_INSTALL_INIT_SYSV
 endef
 
 define SAMBA4_INSTALL_INIT_SYSTEMD
-	$(INSTALL) -D -m 644 $(@D)/packaging/systemd/nmb.service \
+	$(INSTALL) -D -m 644 $(@D)/bin/default/packaging/systemd/nmb.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/nmb.service
-	$(INSTALL) -D -m 644 $(@D)/packaging/systemd/smb.service \
+	$(INSTALL) -D -m 644 $(@D)/bin/default/packaging/systemd/smb.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/smb.service
-	$(INSTALL) -D -m 644 $(@D)/packaging/systemd/winbind.service \
+	$(INSTALL) -D -m 644 $(@D)/bin/default/packaging/systemd/winbind.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/winbind.service
 	mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
 	ln -sf ../../../../usr/lib/systemd/system/nmb.service \
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/samba4: fix systemd support
  2018-11-24 13:15 [Buildroot] [PATCH 1/1] package/samba4: fix systemd support Bernd Kuhls
@ 2018-11-24 13:52 ` Thomas Petazzoni
  2018-11-25  8:38 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-11-24 13:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 24 Nov 2018 14:15:26 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/a09/a09a065c523931c1892e81a99c57521fbe095d8b/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Just curious: since when is this broken ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/samba4: fix systemd support
  2018-11-24 13:15 [Buildroot] [PATCH 1/1] package/samba4: fix systemd support Bernd Kuhls
  2018-11-24 13:52 ` Thomas Petazzoni
@ 2018-11-25  8:38 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-11-25  8:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 24 Nov 2018 14:15:26 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/a09/a09a065c523931c1892e81a99c57521fbe095d8b/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/samba4/samba4.mk | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Fabrice Fontaine has contributed an improved version of this patch,
with a better implementation and commit log, so I've applied Fabrice's
solution: https://patchwork.ozlabs.org/patch/1002712/. Let me now if
you see any problem with Fabrice's patch.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-25  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 13:15 [Buildroot] [PATCH 1/1] package/samba4: fix systemd support Bernd Kuhls
2018-11-24 13:52 ` Thomas Petazzoni
2018-11-25  8:38 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.