From 89c9e740c8a04cf390afd83d14071a90004d58ba Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 14 May 2005 20:33:34 +0000 Subject: [PATCH] Clarify CONFIG_PATH git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2112 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/shorewall | 1 + Shorewall2/shorewall.conf | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Shorewall2/shorewall b/Shorewall2/shorewall index 1f70ab17d..823bb0535 100755 --- a/Shorewall2/shorewall +++ b/Shorewall2/shorewall @@ -1232,6 +1232,7 @@ case "$1" in f=/var/lib/shorewall/restore-$$ echo "#!/bin/sh" > $f + echo "#This ipset restore file generated $(date) by Shorewall $version" >> $f echo >> $f echo ". /usr/share/shorewall/functions" >> $f echo >> $f diff --git a/Shorewall2/shorewall.conf b/Shorewall2/shorewall.conf index 366a518a0..373987538 100755 --- a/Shorewall2/shorewall.conf +++ b/Shorewall2/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.