Remove some blank lines from /sbin/shorewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3858 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-04 17:12:18 +00:00
parent 5ef3032fcc
commit 22976d320c

View File

@ -1597,9 +1597,7 @@ COMMAND=$1
case "$COMMAND" in
start)
shift
start_command $@
;;
stop|reset|clear|refresh)
[ $# -ne 1 ] && usage 1
@ -1608,21 +1606,15 @@ case "$COMMAND" in
;;
compile)
shift
compile_command $@
;;
restart)
shift
restart_command $@
;;
check)
shift
check_command $@
;;
add|delete)
[ $# -lt 3 ] && usage 1
@ -1630,9 +1622,7 @@ case "$COMMAND" in
;;
show|list)
shift
show_command $@
;;
status)
[ $# -eq 1 ] || usage 1
@ -1662,9 +1652,7 @@ case "$COMMAND" in
;;
dump)
shift
dump_command $@
;;
hits)
[ -n "$debugging" ] && set -x
@ -1967,9 +1955,7 @@ case "$COMMAND" in
;;
restore)
shift
restore_command $@
;;
call)
[ -n "$debugging" ] && set -x
@ -1986,9 +1972,7 @@ case "$COMMAND" in
;;
safe-restart|safe-start)
shift
safe_commands $@
;;
*)
usage 1