From 4636a5df0d73baa314fe11c01b10d3dd7049f803 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 15 May 2005 16:43:44 +0000 Subject: [PATCH] Clarify CONFIG_PATH git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2118 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/shorewall.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STABLE2/shorewall.conf b/STABLE2/shorewall.conf index 55059e803..424aeefe0 100644 --- a/STABLE2/shorewall.conf +++ b/STABLE2/shorewall.conf @@ -310,8 +310,9 @@ MODULESDIR= # This option holds a list of directory names separated by colons # (":"). Shorewall will search each directory in turn when looking for a # configuration file. When processing a 'try' command or a command -# containing the "-c" option, Shorewall will automatically add the -# directory specified in the command to the front of this list. +# containing the "-c" option or that specifies a configuration directory, +# Shorewall will automatically add the directory specified in the command +# to the front of this list. # # If not specified or specified as null ("CONFIG_PATH=""), # CONFIG_PATH=/etc/shorewall:/usr/share/shorewall is assumed.