Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 3656c1307dcbad277b5424cbd90fd45d > scriptlet

firewall-init-ipchains-2.1-5.noarch.rpm

POSTIN

/bin/sh
/sbin/chkconfig --add firewall

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	/sbin/chkconfig --del firewall
fi