Remove VERSION from shorecap

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4021 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-07 22:22:56 +00:00
parent 9b58323b47
commit e7122e319f
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,13 @@
Shorewall Lite 3.2.0 RC 1
Shorewall Lite 3.2.0 RC 2
Problems Corrected in 3.2.0 RC 1
Problems Corrected in 3.2.0 RC 2
None.
Other changes in 3.2.0 RC 1
Other changes in 3.2.0 RC 2
None.
1) The shorecap program now gets it's version from the
/usr/share/shorewall/version file.
New Features:

View File

@ -44,12 +44,12 @@
# used during firewall compilation, then the generated firewall program will likewise not
# require Shorewall to be installed.
VERSION=3.2.0-RC2
. /usr/share/shorewall/functions
. /usr/share/shorewall/configpath
. /etc/shorewall/shorewall.conf
VERSION=$(cat /usr/share/shorewall/version)
report_capability() # $1 = Capability
{
eval echo $1=\$$1