From 64b6d8d3d4c6e8a4badd7afa41487405e2dbd718 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 10 Jul 2006 20:24:50 +0000 Subject: [PATCH] Fix message inserted into compiled script git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4209 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index c75413467..48afecd88 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -8102,7 +8102,7 @@ compile_firewall() # $1 = File Name cat >&3 << __EOF__ # -# Compiled startup file generated by Shorewall $VERSION - $(date)" +# Compiled firewall script generated by Shorewall $VERSION - $(date)" # __EOF__