mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/bluez5_utils: fix SysV init script
- Use daemon name (bluetoothd) as file name.
- Script doesn't need to be executable.
Signed-off-by: Daniel Lang <d.lang@abatec.at>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 456204e7e0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
91d669e7a0
commit
971bf1f768
@@ -8,7 +8,6 @@ package/avahi/S05avahi-setup.sh Indent Variables
|
|||||||
package/avahi/S50avahi-daemon Indent Variables
|
package/avahi/S50avahi-daemon Indent Variables
|
||||||
package/babeld/S50babeld Indent Shellcheck Variables
|
package/babeld/S50babeld Indent Shellcheck Variables
|
||||||
package/bind/S81named Indent Shellcheck Variables
|
package/bind/S81named Indent Shellcheck Variables
|
||||||
package/bluez5_utils/S40bluetooth NotExecutable Variables
|
|
||||||
package/boinc/S99boinc-client Indent Shellcheck Variables
|
package/boinc/S99boinc-client Indent Shellcheck Variables
|
||||||
package/brickd/S70brickd Indent Shellcheck Variables
|
package/brickd/S70brickd Indent Shellcheck Variables
|
||||||
package/brltty/S10brltty Indent Shellcheck Variables
|
package/brltty/S10brltty Indent Shellcheck Variables
|
||||||
|
|||||||
0
package/bluez5_utils/S40bluetooth → package/bluez5_utils/S40bluetoothd
Executable file → Normal file
0
package/bluez5_utils/S40bluetooth → package/bluez5_utils/S40bluetoothd
Executable file → Normal file
@@ -184,8 +184,8 @@ BLUEZ5_UTILS_CONF_OPTS += --disable-systemd
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define BLUEZ5_UTILS_INSTALL_INIT_SYSV
|
define BLUEZ5_UTILS_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -m 0755 -D package/bluez5_utils/S40bluetooth \
|
$(INSTALL) -m 0755 -D package/bluez5_utils/S40bluetoothd \
|
||||||
$(TARGET_DIR)/etc/init.d/S40bluetooth
|
$(TARGET_DIR)/etc/init.d/S40bluetoothd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user