#!/bin/sh if [ "x${1}" = 'xremove' ]; then /etc/init.d/iptables disable fi