mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
2e949f5aa8
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4772 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
29 lines
1011 B
Plaintext
29 lines
1011 B
Plaintext
#
|
|
# Shorewall version 3.3 - Default Config Path
|
|
#
|
|
# /usr/share/shorewall/configpath
|
|
#
|
|
# Note to maintainers.
|
|
#
|
|
# The CONFDIR variable is normally set to /etc/shorewall but when
|
|
# the command is "compile -e" then CONFDIR is set to
|
|
# /usr/share/shorewall/configfiles/. This prevents 'compile -e'
|
|
# from trying to use configuration information from /etc/shorewall.
|
|
|
|
CONFIG_PATH=${CONFDIR}:/usr/share/shorewall
|
|
|
|
#
|
|
# SHOREWALL LITE'S FIREWALL SCRIPT DIRECTORY
|
|
#
|
|
# There is lack of agreement about where exactly in the file hierarchy the
|
|
# firewall script in Shorewall Lite systems should be stored. To allow
|
|
# everyone's opinion to prevail (and to prevent the Shorewall author from
|
|
# going crazy), the LITEDIR option allows you to decide where the file will
|
|
# be stored on Shorewall Lite systems under your distribution.
|
|
#
|
|
# a) You *must* set a value for this option
|
|
# b) The same value must be configured in
|
|
# /usr/share/shorewall-lite/configpath in your Shorewall Lite package.
|
|
|
|
LITEDIR=/var/lib/shorewall-lite
|