From 8db4265ccc31bff8e5aca0e2a34b716b80baa47d Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 7 Aug 2017 22:41:28 +0200 Subject: [PATCH] docs: Clarify path for locating Shorewall files Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- docs/shorewall_extension_scripts.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/shorewall_extension_scripts.xml b/docs/shorewall_extension_scripts.xml index e71076e2e..3148691ce 100644 --- a/docs/shorewall_extension_scripts.xml +++ b/docs/shorewall_extension_scripts.xml @@ -470,20 +470,14 @@ cat - CONFDIR - The configuration directory. Will be /etc/shorewall, /etc/shorewall6/, /etc/shorewall-lite, or /etc/shorewall6-lite depending on - which product is running. + class="directory">/etc/. + The running product is defined in the g_product variable. - - SHAREDIR - The product shared directory. Will be /usr/share/shorewall, /usr/share/shorewall6/, /usr/share/shorewall-lite, or - /usr/share/shorewall6-lite - depending on which product is running. + + SHAREDIR - The product shared directory. Will be /usr/share. + The running product is defined in the g_product variable.