mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
Clarify CONFIG_PATH
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2112 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ee1a8af834
commit
89c9e740c8
@ -1232,6 +1232,7 @@ case "$1" in
|
|||||||
f=/var/lib/shorewall/restore-$$
|
f=/var/lib/shorewall/restore-$$
|
||||||
|
|
||||||
echo "#!/bin/sh" > $f
|
echo "#!/bin/sh" > $f
|
||||||
|
echo "#This ipset restore file generated $(date) by Shorewall $version" >> $f
|
||||||
echo >> $f
|
echo >> $f
|
||||||
echo ". /usr/share/shorewall/functions" >> $f
|
echo ". /usr/share/shorewall/functions" >> $f
|
||||||
echo >> $f
|
echo >> $f
|
||||||
|
@ -310,8 +310,9 @@ MODULESDIR=
|
|||||||
# This option holds a list of directory names separated by colons
|
# This option holds a list of directory names separated by colons
|
||||||
# (":"). Shorewall will search each directory in turn when looking for a
|
# (":"). Shorewall will search each directory in turn when looking for a
|
||||||
# configuration file. When processing a 'try' command or a command
|
# configuration file. When processing a 'try' command or a command
|
||||||
# containing the "-c" option, Shorewall will automatically add the
|
# containing the "-c" option or that specifies a configuration directory,
|
||||||
# directory specified in the command to the front of this list.
|
# 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=""),
|
# If not specified or specified as null ("CONFIG_PATH=""),
|
||||||
# CONFIG_PATH=/etc/shorewall:/usr/share/shorewall is assumed.
|
# CONFIG_PATH=/etc/shorewall:/usr/share/shorewall is assumed.
|
||||||
|
Loading…
Reference in New Issue
Block a user