From abbd1b2c356c30519d40467df85e1bfd5cc9b031 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 17 Sep 2012 10:23:18 -0700 Subject: [PATCH] Combine two identical cases in the Redhat/Fedora shorewall-init script Signed-off-by: Tom Eastep --- Shorewall-init/init.fedora.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Shorewall-init/init.fedora.sh b/Shorewall-init/init.fedora.sh index d64af5cc4..d09b7c5fe 100755 --- a/Shorewall-init/init.fedora.sh +++ b/Shorewall-init/init.fedora.sh @@ -136,14 +136,10 @@ case "$1" in status_q || exit 0 $1 ;; - restart|reload|force-reload) + restart|reload|force-reload|condrestart|try-restart) echo "Not implemented" exit 3 ;; - condrestart|try-restart) - echo "Not implemented" - exit 3 - ;; status) status $prog ;;