mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 23:28:59 +01:00
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
This commit is contained in:
parent
9da3a56b51
commit
4574fa075b
@ -4941,7 +4941,7 @@ compile_firewall() # $1 = File Name
|
|||||||
|
|
||||||
cat >&3 << __EOF__
|
cat >&3 << __EOF__
|
||||||
#
|
#
|
||||||
# Compiled firewall script generated by Shorewall $VERSION - $(date)"
|
# Compiled firewall script generated by Shorewall-shell $VERSION - $(date)"
|
||||||
#
|
#
|
||||||
__EOF__
|
__EOF__
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- /home/teastep/shorewall/branches/3.4/Shorewall/compiler 2007-07-04 08:07:46.000000000 -0700
|
--- /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 @@
|
@@ -35,6 +35,12 @@
|
||||||
# SHOREWALL_DIR A directory name was passed to /sbin/shorewall
|
# SHOREWALL_DIR A directory name was passed to /sbin/shorewall
|
||||||
# VERBOSE Standard Shorewall verbosity control.
|
# VERBOSE Standard Shorewall verbosity control.
|
||||||
@ -80,6 +80,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
progress_message2 "Initializing..."
|
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 @@
|
@@ -5732,6 +5743,11 @@
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user