buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script
@ 2023-03-16 13:53 Lang Daniel via buildroot
  2023-03-19 13:51 ` Thomas Petazzoni via buildroot
  2023-03-20  9:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Lang Daniel via buildroot @ 2023-03-16 13:53 UTC (permalink / raw)
  To: buildroot; +Cc: marcin

- Use daemon name (bluetoothd) as file name.
- Script doesn't need to be executable.

Signed-off-by: Daniel Lang <d.lang@abatec.at>
---
 package/bluez5_utils/{S40bluetooth => S40bluetoothd} | 0
 package/bluez5_utils/bluez5_utils.mk                 | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename package/bluez5_utils/{S40bluetooth => S40bluetoothd} (100%)
 mode change 100755 => 100644

diff --git a/package/bluez5_utils/S40bluetooth b/package/bluez5_utils/S40bluetoothd
old mode 100755
new mode 100644
similarity index 100%
rename from package/bluez5_utils/S40bluetooth
rename to package/bluez5_utils/S40bluetoothd
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk
index 46ffda6019..54c78dce4d 100644
--- a/package/bluez5_utils/bluez5_utils.mk
+++ b/package/bluez5_utils/bluez5_utils.mk
@@ -194,8 +194,8 @@ BLUEZ5_UTILS_CONF_OPTS += --disable-systemd
 endif
 
 define BLUEZ5_UTILS_INSTALL_INIT_SYSV
-	$(INSTALL) -m 0755 -D package/bluez5_utils/S40bluetooth \
-		$(TARGET_DIR)/etc/init.d/S40bluetooth
+	$(INSTALL) -m 0755 -D package/bluez5_utils/S40bluetoothd \
+		$(TARGET_DIR)/etc/init.d/S40bluetoothd
 endef
 
 $(eval $(autotools-package))
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script
  2023-03-16 13:53 [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script Lang Daniel via buildroot
@ 2023-03-19 13:51 ` Thomas Petazzoni via buildroot
  2023-03-20  9:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-19 13:51 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel, marcin

On Thu, 16 Mar 2023 13:53:14 +0000
Lang Daniel via buildroot <buildroot@buildroot.org> wrote:

> - Use daemon name (bluetoothd) as file name.
> - Script doesn't need to be executable.
> 
> Signed-off-by: Daniel Lang <d.lang@abatec.at>
> ---
>  package/bluez5_utils/{S40bluetooth => S40bluetoothd} | 0
>  package/bluez5_utils/bluez5_utils.mk                 | 4 ++--
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename package/bluez5_utils/{S40bluetooth => S40bluetoothd} (100%)
>  mode change 100755 => 100644

Applied to master, thanks. I have also updated .checkpackageignore to
no longer ignore the warnings that were caused by S40bluetooth.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script
  2023-03-16 13:53 [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script Lang Daniel via buildroot
  2023-03-19 13:51 ` Thomas Petazzoni via buildroot
@ 2023-03-20  9:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-03-20  9:04 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel, marcin

>>>>> "Lang" == Lang Daniel via buildroot <buildroot@buildroot.org> writes:

 > - Use daemon name (bluetoothd) as file name.
 > - Script doesn't need to be executable.

 > Signed-off-by: Daniel Lang <d.lang@abatec.at>

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-03-20  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 13:53 [Buildroot] [PATCH 2/2] package/bluez5_utils: fix SysV init script Lang Daniel via buildroot
2023-03-19 13:51 ` Thomas Petazzoni via buildroot
2023-03-20  9:04 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).