Running the init.d script with any option results in the following output: /etc/init.d/arno-iptables-firewall status * Use of the opts variable is deprecated and will be * removed in the future. * Please use extra_commands, extra_started_commands or extra_stopped_commands. The opts variable is used in line 3 of /etc/init.d/arno-iptables-firewall: opts="${opts} stats help reload" I think it should be replaced by (as in the attached patch): extra_commands="stats help" extra_started_commands="reload" Reproducible: Always Steps to Reproduce: 1. run "/etc/init.d/arno-iptables-firewall status" or similar
Created attachment 308575 [details, diff] patch to replace opts by extra_*
This patch does not apply to the ebuild. Please make a proper patch that can be applied within the ebuild.
Fixed in 447386