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:
teastep 2004-04-10 14:28:29 +00:00
parent fa3b77ac73
commit e0e00293fe
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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