forked from extern/shorewall_code
Apply Stijn Jonker's Fix for CONFIG_PATH
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1258 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fa3b77ac73
commit
e0e00293fe
@ -6,4 +6,6 @@ Changes since 2.0.1
|
||||
|
||||
3) Tweak new dynamic zone implementation.
|
||||
|
||||
4) Implement CONFIG_PATH.
|
||||
4) Implement CONFIG_PATH.
|
||||
|
||||
5) Apply Stijn Jonker's fix for CONFIG_PATH.
|
||||
|
@ -5754,7 +5754,7 @@ do_initialize() {
|
||||
#
|
||||
# Restore CONFIG_PATH if the shorewall.conf file cleared it
|
||||
#
|
||||
[ -n "$CONFIG_PATH"] || CONFIG_PATH=/etc/shorewall:/usr/share/shorewall
|
||||
[ -n "$CONFIG_PATH" ] || CONFIG_PATH=/etc/shorewall:/usr/share/shorewall
|
||||
[ -n "$SHOREWALL_DIR" ] && CONFIG_PATH=$SHOREWALL_DIR:$CONFIG_PATH
|
||||
#
|
||||
# Determine the capabilities of the installed iptables/netfilter
|
||||
|
Loading…
Reference in New Issue
Block a user