Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367817 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-firewall/iptables/files/iptables-1.3.2.init (-2 / +2 lines)
Lines 100-107 Link Here
100
100
101
panic() {
101
panic() {
102
	checkkernel || return 1
102
	checkkernel || return 1
103
	if ! service_started ${iptables_name}; then
103
	if service_started ${iptables_name}; then
104
		${RC_SERVICE} stop
104
		rc-service ${iptables_name} stop
105
	fi
105
	fi
106
106
107
	local a
107
	local a

Return to bug 367817