net/miniupnpd: check by /etc/init.d/miniupnpd running

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
(cherry picked from commit 67b4871322)
This commit is contained in:
Chen Minqiang 2020-08-07 14:22:38 +08:00 committed by Rosen Penev
parent 93d44081c3
commit 16cceb118a
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=miniupnpd
PKG_VERSION:=2.1.20200510
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View file

@ -7,9 +7,7 @@
# - check only on ifup (otherwise lease updates etc would cause
# miniupnpd state loss)
. /lib/functions/procd.sh
[ "$ACTION" != "ifup" ] && procd_running "miniupnpd" "*" && exit 0
[ "$ACTION" != "ifup" ] && /etc/init.d/miniupnpd running && exit 0
tmpconf="/var/etc/miniupnpd.conf"
external_iface=$(uci -q get upnpd.config.external_iface)