uninstall.sh (shorewall-lite-5.2.7.tar.bz2) | : | uninstall.sh (shorewall-lite-5.2.8.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program; if not, see <http://www.gnu.org/licenses/>. | # along with this program; if not, see <http://www.gnu.org/licenses/>. | |||
# | # | |||
# Usage: | # Usage: | |||
# | # | |||
# You may only use this script to uninstall the version | # You may only use this script to uninstall the version | |||
# shown below. Simply run this script to remove Shorewall Firewall | # shown below. Simply run this script to remove Shorewall Firewall | |||
VERSION=5.2.7 | VERSION=5.2.8 | |||
usage() # $1 = exit status | usage() # $1 = exit status | |||
{ | { | |||
ME=$(basename $0) | ME=$(basename $0) | |||
echo "usage: $ME [ <option> ] [ <shorewallrc file> ]" | echo "usage: $ME [ <option> ] [ <shorewallrc file> ]" | |||
echo "where <option> is one of" | echo "where <option> is one of" | |||
echo " -h" | echo " -h" | |||
echo " -v" | echo " -v" | |||
echo " -n" | echo " -n" | |||
exit $1 | exit $1 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |