mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-08 22:11:21 +01:00
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:
parent
9b58323b47
commit
e7122e319f
@ -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.
|
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:
|
New Features:
|
||||||
|
|
||||||
|
@ -44,12 +44,12 @@
|
|||||||
# used during firewall compilation, then the generated firewall program will likewise not
|
# used during firewall compilation, then the generated firewall program will likewise not
|
||||||
# require Shorewall to be installed.
|
# require Shorewall to be installed.
|
||||||
|
|
||||||
VERSION=3.2.0-RC2
|
|
||||||
|
|
||||||
. /usr/share/shorewall/functions
|
. /usr/share/shorewall/functions
|
||||||
. /usr/share/shorewall/configpath
|
. /usr/share/shorewall/configpath
|
||||||
. /etc/shorewall/shorewall.conf
|
. /etc/shorewall/shorewall.conf
|
||||||
|
|
||||||
|
VERSION=$(cat /usr/share/shorewall/version)
|
||||||
|
|
||||||
report_capability() # $1 = Capability
|
report_capability() # $1 = Capability
|
||||||
{
|
{
|
||||||
eval echo $1=\$$1
|
eval echo $1=\$$1
|
||||||
|
Loading…
Reference in New Issue
Block a user