packages/net/miniupnpd
Kevin Darbyshire-Bryant 2e01dd8382
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 14:57:29 -07:00
..
files miniupnpd: make hotplug work again 2020-05-10 14:57:29 -07:00
patches miniupnpd: convert to procd 2020-04-17 15:21:35 -07:00
Makefile miniupnpd: make hotplug work again 2020-05-10 14:57:29 -07:00