From 22976d320c9bbadc229efcae57174483b7bb1672 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 4 May 2006 17:12:18 +0000 Subject: [PATCH] Remove some blank lines from /sbin/shorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3858 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index ed9381812..5be6b5015 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -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