mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
bb6e17fd3e
Signed-off-by: Tom Eastep <teastep@shorewall.net>
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
#
|
|
# Shorewall version 4 - 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}:${SHAREDIR}/shorewall
|