mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +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>