mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-23 22:18:57 +01:00
Add undocumented /etc/shorewall/vardir file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6807 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4cdf2fb5f4
commit
38a3477bec
@ -40,7 +40,6 @@ BASE_VERSION_PRINTABLE=4.0.0
|
|||||||
CONFIG_VERSION=40000
|
CONFIG_VERSION=40000
|
||||||
CONFIG_VERSION_PRINTABLE=4.0.0
|
CONFIG_VERSION_PRINTABLE=4.0.0
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Fatal error -- stops the compiler after issuing the error message
|
# Fatal error -- stops the compiler after issuing the error message
|
||||||
#
|
#
|
||||||
@ -4949,7 +4948,10 @@ __EOF__
|
|||||||
cat >&3 << __EOF__
|
cat >&3 << __EOF__
|
||||||
SHAREDIR=/usr/share/shorewall-lite
|
SHAREDIR=/usr/share/shorewall-lite
|
||||||
CONFDIR=/etc/shorewall-lite
|
CONFDIR=/etc/shorewall-lite
|
||||||
VARDIR=/var/lib/shorewall-lite
|
|
||||||
|
[ -f \${CONFDIR}/vardir ] && . \${CONFDIR}/vardir
|
||||||
|
|
||||||
|
[ -n "\${VARDIR:=/var/lib/shorewall-lite}" ]
|
||||||
|
|
||||||
__EOF__
|
__EOF__
|
||||||
|
|
||||||
@ -4966,7 +4968,10 @@ __EOF__
|
|||||||
cat >&3 << __EOF__
|
cat >&3 << __EOF__
|
||||||
SHAREDIR=/usr/share/shorewall
|
SHAREDIR=/usr/share/shorewall
|
||||||
CONFDIR=/etc/shorewall
|
CONFDIR=/etc/shorewall
|
||||||
VARDIR=/var/lib/shorewall
|
|
||||||
|
[ -f \${CONFDIR}/vardir ] && . \${CONFDIR}/vardir
|
||||||
|
|
||||||
|
[ -n "\${VARDIR:=/var/lib/shorewall}" ]
|
||||||
|
|
||||||
. \${SHAREDIR}/lib.base
|
. \${SHAREDIR}/lib.base
|
||||||
__EOF__
|
__EOF__
|
||||||
|
Loading…
Reference in New Issue
Block a user