From 7fd8db4f8522997227117525108225007068f38d Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 12 Nov 2006 16:53:39 +0000 Subject: [PATCH] Add -c option to reload documentation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4856 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/starting_and_stopping_shorewall.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/starting_and_stopping_shorewall.xml b/docs/starting_and_stopping_shorewall.xml index 4fbf0ad12..6e72e761f 100644 --- a/docs/starting_and_stopping_shorewall.xml +++ b/docs/starting_and_stopping_shorewall.xml @@ -1073,7 +1073,7 @@ gateway:~ # Shorewall Lite) - reload [ -s ] [ <directory> ] + reload [ -s ] [ -c ] [ <directory> ] <system> If <directory> is omitted, the current working directory @@ -1132,6 +1132,12 @@ gateway:~ # ssh root@<system> '/sbin/shorewall-lite save' + + The -c option was added in Shorewall 3.2.6. It causes the + capabilities of the remote system to be collected and stored in a + capabilities file in the specified (or + defaulted) <directory> before the configuration is + compiled.