From 4574fa075b52c765f25ee0c314c066370fbb0677 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 8 Jul 2007 14:20:09 +0000 Subject: [PATCH] Change version banner added to script by Shorewall-shell git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6803 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-shell/compiler | 2 +- Shorewall-shell/diff-3.4-compiler | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Shorewall-shell/compiler b/Shorewall-shell/compiler index 0b6b81b81..9b8f6dd47 100755 --- a/Shorewall-shell/compiler +++ b/Shorewall-shell/compiler @@ -4941,7 +4941,7 @@ compile_firewall() # $1 = File Name cat >&3 << __EOF__ # -# Compiled firewall script generated by Shorewall $VERSION - $(date)" +# Compiled firewall script generated by Shorewall-shell $VERSION - $(date)" # __EOF__ diff --git a/Shorewall-shell/diff-3.4-compiler b/Shorewall-shell/diff-3.4-compiler index dab8905bc..08dd882d9 100644 --- a/Shorewall-shell/diff-3.4-compiler +++ b/Shorewall-shell/diff-3.4-compiler @@ -1,5 +1,5 @@ --- /home/teastep/shorewall/branches/3.4/Shorewall/compiler 2007-07-04 08:07:46.000000000 -0700 -+++ compiler 2007-07-04 08:31:25.000000000 -0700 ++++ compiler 2007-07-08 07:18:45.000000000 -0700 @@ -35,6 +35,12 @@ # SHOREWALL_DIR A directory name was passed to /sbin/shorewall # VERBOSE Standard Shorewall verbosity control. @@ -80,6 +80,15 @@ } progress_message2 "Initializing..." +@@ -4930,7 +4941,7 @@ + + cat >&3 << __EOF__ + # +-# Compiled firewall script generated by Shorewall $VERSION - $(date)" ++# Compiled firewall script generated by Shorewall-shell $VERSION - $(date)" + # + __EOF__ + @@ -5732,6 +5743,11 @@ fi done