From 2e44b7f38bbbfadafdbd1fea3c839e22f47f97c2 Mon Sep 17 00:00:00 2001
From: teastep <teastep@fbd18981-670d-0410-9b5c-8dc0c1a9a2bb>
Date: Sat, 14 Oct 2006 20:37:04 +0000
Subject: [PATCH] Fix minor ineffeciency in old action mapping

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
---
 Shorewall/compiler | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Shorewall/compiler b/Shorewall/compiler
index d008c113e..61277bc30 100755
--- a/Shorewall/compiler
+++ b/Shorewall/compiler
@@ -1313,7 +1313,7 @@ map_old_action() # $1 = Potential Old Action
 		return
 		;;
 	    *)
-		if [ -f $(find_file $1) ]; then
+		if [ -f $(find_file macro.$1) ]; then
 		    echo $1
 		    return
 		fi