--- a/net-firewall/iptables/files/iptables-1.3.2.init Tue May 17 15:27:13 2011 -0600 +++ a/net-firewall/iptables/files/iptables-1.3.2.init Tue May 17 19:09:02 2011 -0600 @@ -100,8 +100,8 @@ panic() { checkkernel || return 1 - if ! service_started ${iptables_name}; then - ${RC_SERVICE} stop + if service_started ${iptables_name}; then + rc-service ${iptables_name} stop fi local a