forked from extern/shorewall_code
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.
|
||||
|
||||
3) Change 'shorewall version' to include 'Lite'
|
||||
|
||||
Changes in 3.2.0 RC 1
|
||||
|
||||
1) First Release.
|
||||
|
@ -21,6 +21,15 @@ Other changes in 3.2.0 RC 2
|
||||
1) The shorecap program now gets it's version from the
|
||||
/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:
|
||||
|
||||
Shorewall Lite is a companion product to Shorewall and is designed to
|
||||
|
@ -1352,7 +1352,7 @@ case "$COMMAND" in
|
||||
fi
|
||||
;;
|
||||
version)
|
||||
echo $version
|
||||
echo $version Lite
|
||||
;;
|
||||
logwatch)
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user