openwrt/package
Florian Eckert dd681838d3 base-files: fix service_running check
The following command checks if a instance of a service is running.
/etc/init.d/<service> running <instance>

 In the variable `$@`, which is passed to the function
`service_running`, the first argument is always the `instance` which
should be checked. Because all other variables where removed from `$@`
with `shift`.

Before this change the first argument of `$@` was set to the `$service`
Variable. So the function does not work as expected. The `$service`
variable was always the instance which should be checked. This is not
what we want.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Reviewed-by: Sungbo Eo <mans0n@gorani.run>
2021-12-04 09:39:11 +09:00
..
base-files base-files: fix service_running check 2021-12-04 09:39:11 +09:00
boot ipq40xx: add support for GL.iNet GL-B2200 2021-12-02 20:43:07 +00:00
devel gdb: Make only full gdb depend on libgmp 2021-11-07 18:32:21 +01:00
firmware firmware: intel-microcode: update to 20210608 2021-12-03 22:40:13 +01:00
kernel mt76: update to the latest version 2021-12-03 10:56:49 +01:00
libs libnftnl: bump to 1.2.1 2021-12-01 00:39:26 +02:00
network hostapd: make hostapd/supplicant/wpad packages depend on a specific version of hostapd-commoon 2021-12-01 16:39:12 +01:00
system ca-certificates: fix python3-cryptography woes in certdata2pem.py 2021-12-01 17:52:35 +01:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00