mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
14 lines
405 B
Plaintext
14 lines
405 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}:/usr/share/shorewall
|