From 160e7432e0e8621fc1292766cf85aaf24c3eedc1 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 11 Jan 2006 23:42:06 +0000 Subject: [PATCH] Re-add dynamic zone capability -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3265 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- Shorewall/shorewall | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 2012768ea..f9a7ca0ba 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -9246,7 +9246,7 @@ add_to_zone() # $1...${n-1} = [:] $n = zone # # Validate IPSec File # - f=$(find_file ipsec) + f=$(find_file $IPSECFILE) [ -f $f ] && setup_ipsec $f # diff --git a/Shorewall/shorewall b/Shorewall/shorewall index ab299872a..3d4726f04 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -504,10 +504,12 @@ usage() # $1 = exit status { echo "Usage: $(basename $0) [debug|trace] [nolock] [ -x ] [ -q ] [ -f ] [ -v ] [ -n ] " echo "where is one of:" + echo " add [:] ... " echo " allow
..." echo " check [ ]" echo " clear" echo " compile [ ] " + echo " delete [:] ... " echo " drop
..." echo " dump" echo " forget [ ]"