forked from extern/shorewall_code
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:
parent
5ef3032fcc
commit
22976d320c
@ -1597,9 +1597,7 @@ COMMAND=$1
|
|||||||
case "$COMMAND" in
|
case "$COMMAND" in
|
||||||
start)
|
start)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
start_command $@
|
start_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
stop|reset|clear|refresh)
|
stop|reset|clear|refresh)
|
||||||
[ $# -ne 1 ] && usage 1
|
[ $# -ne 1 ] && usage 1
|
||||||
@ -1608,21 +1606,15 @@ case "$COMMAND" in
|
|||||||
;;
|
;;
|
||||||
compile)
|
compile)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
compile_command $@
|
compile_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
restart_command $@
|
restart_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
check)
|
check)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
check_command $@
|
check_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
add|delete)
|
add|delete)
|
||||||
[ $# -lt 3 ] && usage 1
|
[ $# -lt 3 ] && usage 1
|
||||||
@ -1630,9 +1622,7 @@ case "$COMMAND" in
|
|||||||
;;
|
;;
|
||||||
show|list)
|
show|list)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
show_command $@
|
show_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
[ $# -eq 1 ] || usage 1
|
[ $# -eq 1 ] || usage 1
|
||||||
@ -1662,9 +1652,7 @@ case "$COMMAND" in
|
|||||||
;;
|
;;
|
||||||
dump)
|
dump)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
dump_command $@
|
dump_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
hits)
|
hits)
|
||||||
[ -n "$debugging" ] && set -x
|
[ -n "$debugging" ] && set -x
|
||||||
@ -1967,9 +1955,7 @@ case "$COMMAND" in
|
|||||||
;;
|
;;
|
||||||
restore)
|
restore)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
restore_command $@
|
restore_command $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
call)
|
call)
|
||||||
[ -n "$debugging" ] && set -x
|
[ -n "$debugging" ] && set -x
|
||||||
@ -1986,9 +1972,7 @@ case "$COMMAND" in
|
|||||||
;;
|
;;
|
||||||
safe-restart|safe-start)
|
safe-restart|safe-start)
|
||||||
shift
|
shift
|
||||||
|
|
||||||
safe_commands $@
|
safe_commands $@
|
||||||
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
usage 1
|
usage 1
|
||||||
|
Loading…
Reference in New Issue
Block a user