diff -r 8736005a177e -r c6cecd7c3245 net-firewall/iptables/files/iptables-1.3.2.init --- a/net-firewall/iptables/files/iptables-1.3.2.init Tue May 17 15:27:13 2011 -0600 +++ b/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