mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 20:19:19 +01:00
Add ' Lite' to the output of 'shorewall version'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4030 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d630f57305
commit
fcfb471191
@ -4,6 +4,8 @@ Changes in 3.2.0 RC 2
|
|||||||
|
|
||||||
2) Rationalize the use of IPTABLES and LOGFORMAT.
|
2) Rationalize the use of IPTABLES and LOGFORMAT.
|
||||||
|
|
||||||
|
3) Change 'shorewall version' to include 'Lite'
|
||||||
|
|
||||||
Changes in 3.2.0 RC 1
|
Changes in 3.2.0 RC 1
|
||||||
|
|
||||||
1) First Release.
|
1) First Release.
|
||||||
|
@ -18,9 +18,18 @@ Problems Corrected in 3.2.0 RC 2
|
|||||||
|
|
||||||
Other changes in 3.2.0 RC 2
|
Other changes in 3.2.0 RC 2
|
||||||
|
|
||||||
1) The shorecap program now gets it's version from the
|
1) The shorecap program now gets it's version from the
|
||||||
/usr/share/shorewall/version file.
|
/usr/share/shorewall/version file.
|
||||||
|
|
||||||
|
2) The output of "shorewall version" on Shorewall Lite systems now
|
||||||
|
includes " Lite" after the version number.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
wireless:~ # shorewall version
|
||||||
|
3.2.0-RC1 Lite
|
||||||
|
wireless:~ #
|
||||||
|
|
||||||
New Features:
|
New Features:
|
||||||
|
|
||||||
Shorewall Lite is a companion product to Shorewall and is designed to
|
Shorewall Lite is a companion product to Shorewall and is designed to
|
||||||
|
@ -1352,7 +1352,7 @@ case "$COMMAND" in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
version)
|
version)
|
||||||
echo $version
|
echo $version Lite
|
||||||
;;
|
;;
|
||||||
logwatch)
|
logwatch)
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user