mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
If the ModemManager is stopped via '/etc/init.d/modemmanager', mmcli calls always remain in the process list. This is because the ModemManager-monitor call is not terminated properly, as the kill signals are not handled correctly in the startup script for mmcli. To fix this, the signal handling is refactored. Signed-off-by: Florian Eckert <fe@dev.tdt.de>