Remove 'close' from CLI programs

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-05-20 14:09:40 -07:00
parent 182f433772
commit 2a870088d8
4 changed files with 4 additions and 8 deletions

View File

@ -353,7 +353,6 @@ usage() # $1 = exit status
echo " add <interface>[:<host-list>] ... <zone>"
echo " allow <address> ..."
echo " clear"
echo " close"
echo " delete <interface>[:<host-list>] ... <zone>"
echo " drop <address> ..."
echo " dump [ -x ]"
@ -580,7 +579,7 @@ case "$COMMAND" in
shift
start_command $@
;;
stop|close|clear)
stop|clear)
[ $# -ne 1 ] && usage 1
verify_firewall_script
run_it $g_firewall $debugging $nolock $COMMAND

View File

@ -1327,7 +1327,6 @@ usage() # $1 = exit status
echo " allow <address> ..."
echo " check [ -e ] [ -r ] [ <directory> ]"
echo " clear"
echo " close"
echo " compile [ -e ] [ -d ] [ <directory name> ] [ <path name> ]"
echo " delete <interface>[:<host-list>] ... <zone>"
echo " drop <address> ..."
@ -1611,7 +1610,7 @@ case "$COMMAND" in
shift
start_command $@
;;
stop|close|clear)
stop|clear)
get_config
[ $# -ne 1 ] && usage 1
[ -x $g_firewall ] || fatal_error "Shorewall has never been started"

View File

@ -350,7 +350,6 @@ usage() # $1 = exit status
echo "where <command> is one of:"
echo " allow <address> ..."
echo " clear"
echo " close"
echo " drop <address> ..."
echo " dump [ -x ]"
echo " forget [ <file name> ]"
@ -564,7 +563,7 @@ case "$COMMAND" in
shift
start_command $@
;;
stop|close|reset|clear)
stop|reset|clear)
[ $# -ne 1 ] && usage 1
verify_firewall_script
run_it $g_firewall $debugging $nolock $COMMAND

View File

@ -1262,7 +1262,6 @@ usage() # $1 = exit status
echo " allow <address> ..."
echo " check [ -e ] [ -r ] [ <directory> ]"
echo " clear"
echo " close"
echo " compile [ -e ] [ -d ] [ <directory name> ] [ <path name> ]"
echo " delete <interface>[:<host-list>] ... <zone>"
echo " drop <address> ..."
@ -1530,7 +1529,7 @@ case "$COMMAND" in
shift
start_command $@
;;
stop|close|clear)
stop|clear)
[ $# -ne 1 ] && usage 1
get_config
[ -x $g_firewall ] || fatal_error "Shorewall6 has never been started"