Shorewall 1.3.5a

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@162 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-07-27 22:14:14 +00:00
parent 576ee2beee
commit 10b5589304
6 changed files with 5 additions and 8 deletions

View File

@ -1695,9 +1695,6 @@ add_a_rule()
REDIRECT) REDIRECT)
[ -n "$serv" ] && startup_error "Error: REDIRECT rules cannot"\ [ -n "$serv" ] && startup_error "Error: REDIRECT rules cannot"\
" specify a server IP; rule: \"$rule\"" " specify a server IP; rule: \"$rule\""
[ -n "$servport" ] && \
startup_error "Error: server port may not be specified in an ACCEPT rule;" \
"rule: \"$rule\""
servport=${servport:=$port} servport=${servport:=$port}
;; ;;
DNAT) DNAT)

View File

@ -1 +1 @@
1.3.5 1.3.5a

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of # shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall. # Shoreline Firewall.
VERSION=1.3.5 VERSION=1.3.5a
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -54,7 +54,7 @@
# /etc/rc.d/rc.local file is modified to start the firewall. # /etc/rc.d/rc.local file is modified to start the firewall.
# #
VERSION=1.3.5 VERSION=1.3.5a
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,5 +1,5 @@
%define name shorewall %define name shorewall
%define version 1.3.5 %define version 1.3.5a
%define release 1 %define release 1
%define prefix /usr %define prefix /usr

View File

@ -26,7 +26,7 @@
# 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 Seattle Firewall # shown below. Simply run this script to remove Seattle Firewall
VERSION=1.3.5 VERSION=1.3.5a
usage() # $1 = exit status usage() # $1 = exit status
{ {