From 76154f579be8ac6ddc4d091208961967890458fb Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 18 May 2007 19:18:46 +0000 Subject: [PATCH] Fix 'shorewall load' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6402 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/shorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index f62747986..81b394c0d 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -1164,8 +1164,8 @@ reload_command() # $* = original arguments less the command. rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \ progress_message3 "System $system reloaded" || saveit= else - rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \ - progress_message3 "System $system reloaded" || saveit= + rsh_command "/sbin/shorewall-lite $debugging $verbose start" && \ + progress_message3 "System $system loaded" || saveit= fi if [ -n "$saveit" ]; then