Clarify add/delete syntax in help summary

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1827 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-12-13 18:51:00 +00:00
parent f8f87bdfa0
commit 1ce5eb524b
3 changed files with 10 additions and 3 deletions

View File

@ -179,3 +179,5 @@ Changes since 2.0.3
88) Allow list of hosts in add and delete commands. Fix ipsec problem 88) Allow list of hosts in add and delete commands. Fix ipsec problem
with "add" and "delete" with "add" and "delete"
89) Clarify add/delete syntax in /sbin/shorewall usage summary.

View File

@ -1,4 +1,4 @@
Shorewall 2.2.0-Beta8 Shorewall 2.2.0-RC1
---------------------------------------------------------------------- ----------------------------------------------------------------------
Problems Corrected since 2.0.3 Problems Corrected since 2.0.3
@ -187,6 +187,11 @@ Problems corrected since 2.2.0 Beta 7:
2) The "add" and "delete" commands were generating incorrect policy 2) The "add" and "delete" commands were generating incorrect policy
matches when policy match support was available. matches when policy match support was available.
Problems corrected since 2.2.0 Beta 8:
1) The syntax of the add and delete command has been clarified in the
help summary produced by /sbin/shorewall.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0 to Shorewall 2.1: Issues when migrating from Shorewall 2.0 to Shorewall 2.1:

View File

@ -590,11 +590,11 @@ usage() # $1 = exit status
{ {
echo "Usage: $(basename $0) [debug|trace] [nolock] [-c <directory>] [ -x ] [ -q ] [ -f ] <command>" echo "Usage: $(basename $0) [debug|trace] [nolock] [-c <directory>] [ -x ] [ -q ] [ -f ] <command>"
echo "where <command> is one of:" echo "where <command> is one of:"
echo " add <interface>[:<host>] <zone>" echo " add <interface>[:{<bridge-port>[:<host>]|<host>}[,...]] ... <zone>"
echo " allow <address> ..." echo " allow <address> ..."
echo " check [ <directory> ]" echo " check [ <directory> ]"
echo " clear" echo " clear"
echo " delete <interface>[:<host>] <zone>" echo " delete <interface>[:{<bridge-port>[:<host>]|<host>}[,...]] ... <zone>"
echo " drop <address> ..." echo " drop <address> ..."
echo " forget [ <file name> ]" echo " forget [ <file name> ]"
echo " help [ <command > | host | address ]" echo " help [ <command > | host | address ]"