From 959007119b4ab1672596ff4f439be9708ff25f70 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 7 Aug 2006 18:13:49 +0000 Subject: [PATCH] Document -s option git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4314 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/starting_and_stopping_shorewall.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/starting_and_stopping_shorewall.xml b/docs/starting_and_stopping_shorewall.xml index 94fb440ea..30495592b 100644 --- a/docs/starting_and_stopping_shorewall.xml +++ b/docs/starting_and_stopping_shorewall.xml @@ -897,7 +897,7 @@ gateway:~ # Lite) - load [ <directory> ] + load [ -s ] [ <directory> ] <system> If <directory> is omitted, the current working directory @@ -945,6 +945,16 @@ gateway:~ # Example: shorewall reload gateway + + If the -s option is given and the remote + /sbin/shorewall-lite start command succeeds then + the configuration on the remote system is saved using the + command + + + ssh root@<system> '/sbin/shorewall-lite + save' + @@ -1024,7 +1034,7 @@ gateway:~ # Shorewall Lite) - reload [ <directory> ] + reload [ -s ] [ <directory> ] <system> If <directory> is omitted, the current working directory @@ -1072,6 +1082,16 @@ gateway:~ # Example: shorewall reload gateway + + If the -s option is given and the remote + /sbin/shorewall-lite restart command succeeds + then the configuration on the remote system is saved using the + command + + + ssh root@<system> '/sbin/shorewall-lite + save' +