install.sh (shorewall6-lite-5.2.3.6.tar.bz2) | : | install.sh (shorewall6-lite-5.2.6.tar.bz2) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# | # | |||
# Script to install Shoreline Firewall Lite | # Script to install Shoreline Firewall Lite | |||
# | # | |||
# (c) 2000-2016 - Tom Eastep (teastep@shorewall.net) | # (c) 2000-2016 - Tom Eastep (teastep@shorewall.net) | |||
# | # | |||
# Shorewall documentation is available at http://shorewall.net | # Shorewall documentation is available at https://shorewall.org | |||
# | # | |||
# This program is part of Shorewall. | # This program is part of Shorewall. | |||
# | # | |||
# This program is free software; you can redistribute it and/or modify | # This program is free software; you can redistribute it and/or modify | |||
# it under the terms of the GNU General Public License as published by the | # it under the terms of the GNU General Public License as published by the | |||
# Free Software Foundation, either version 2 of the license or, at your | # Free Software Foundation, either version 2 of the license or, at your | |||
# option, any later version. | # option, any later version. | |||
# | # | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# 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/>. | |||
# | # | |||
VERSION=5.2.3.6 | VERSION=5.2.6 | |||
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. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |