2005-07-09 06:45:32 +02:00
|
|
|
#
|
2006-01-16 16:15:43 +01:00
|
|
|
# Shorewall version 3.2 - Default Config Path
|
2005-07-09 06:45:32 +02:00
|
|
|
#
|
|
|
|
# /usr/share/shorewall/configpath
|
|
|
|
#
|
2006-06-17 00:26:33 +02:00
|
|
|
# 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.
|
2005-07-09 06:45:32 +02:00
|
|
|
|
2006-06-17 00:19:18 +02:00
|
|
|
CONFIG_PATH=${CONFDIR}:/usr/share/shorewall
|
2006-06-17 17:28:51 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|