openwrt/package
Alexander Egorenkov ad35ad8a0a base-files: fix status display command
If service() is called w/o parameter then the status display for services
with multiple instances is incorrect. E.g. samba4 or wpad have 2 instances.

root@OpenWrt:~# /etc/init.d/samba4 status
running
root@OpenWrt:~# /etc/init.d/wpad status
running

Before change:
/etc/init.d/samba4                 enabled         stopped
/etc/init.d/wpad                   enabled         stopped

After change:
/etc/init.d/samba4                 enabled         running
/etc/init.d/wpad                   enabled         running

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:54 +00:00
..
base-files base-files: fix status display command 2021-09-01 08:07:54 +00:00
boot uboot-mediatek: adapt root= cmdline arg for bpi-r64 2021-09-01 08:07:54 +00:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-09-01 08:07:54 +00:00
firmware treewide: fix spelling 'seperate' -> 'separate' 2021-09-01 08:07:44 +00:00
kernel mac80211: merge a few pending tx related fixes 2021-09-01 08:07:53 +00:00
libs ncurses: add screen-256color terminfo 2021-09-01 08:07:53 +00:00
network iproute2: fix libbpf detection with NLS enabled 2021-09-01 08:07:54 +00:00
system procd: update to git HEAD 2021-09-01 08:07:51 +00:00
utils ucode: update to latest Git HEAD 2021-09-01 08:07:54 +00:00
Makefile build: always build package/kernel/linux 2021-09-01 08:07:05 +00:00