The ipfw script requires the ppp script that's provided by another
package, so the firewall ends up failing closed at the moment as the
script runs too early (before interfaces are up) when it's missing. We
need a formal requirement on netif to prevent it, instead of relying
on transitive dependency via another optional component.
Fixes: f91d251b399af ("rc.d: move some rc scripts to their packages")