From 3e301ffbf4c71a7f50c5717ac10440931c62455d Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 30 Sep 2005 19:20:27 +0000 Subject: [PATCH] Replace 'plain' with 'ipv4' in zones file -- Take 3 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2763 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 33d35a3d8..70f314b50 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -583,7 +583,7 @@ determine_zones() fi done < $TMP_DIR/zones - [ -z "$ZONES" ] && startup_error "No plain or ipsec Zones Defined" + [ -z "$ZONES" ] && startup_error "No ipv4 or ipsec Zones Defined" [ -z "$FW" ] && startup_error "No Firewall Zone Defined" }