packages/net/miniupnpd
Kevin Darbyshire-Bryant b7c59c390f miniupnpd: make hotplug work again
hotplug scripts are sourced not exec'd so #!/bin/sh /etc/rc.common
doesn't pull in the functions defined in /etc/rc.common thus since
'enabled' isn't defined the following sequence always fails:

enabled miniupnpd || exit 0

Unfortunately sourcing /etc/rc.common doesn't appear to work so come up
with some alternatives.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-05-10 17:30:11 +01:00
..
files miniupnpd: make hotplug work again 2020-05-10 17:30:11 +01:00
patches miniupnpd: convert to procd 2020-02-13 15:34:25 -08:00
Makefile miniupnpd: make hotplug work again 2020-05-10 17:30:11 +01:00