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 (-1 / +3 lines)
Lines 100-106 Link Here
100
100
101
panic() {
101
panic() {
102
	checkkernel || return 1
102
	checkkernel || return 1
103
	service_started ${iptables_name} && svc_stop
103
	if ! service_started ${iptables_name}; then
104
		${RC_SERVICE} stop
105
	fi
104
106
105
	local a
107
	local a
106
	ebegin "Dropping all packets"
108
	ebegin "Dropping all packets"

Return to bug 367817