mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-02 04:23:11 +01:00
50545e54c9
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6587 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
23 lines
794 B
Plaintext
23 lines
794 B
Plaintext
--- /home/teastep/shorewall/branches/3.4/Shorewall/shorewall 2007-06-18 10:56:27.000000000 -0700
|
|
+++ shorewall 2007-06-18 10:54:54.000000000 -0700
|
|
@@ -1305,7 +1305,7 @@
|
|
echo " stop"
|
|
echo " status"
|
|
echo " try [ -C {shell|perl} ] <directory> [ <timeout> ]"
|
|
- echo " version"
|
|
+ echo " version [ -a ]"
|
|
echo " safe-start [ -C {shell|perl} ] [ <directory> ]"
|
|
echo " safe-restart [ -C {shell|perl} ] [ <directory> ]"
|
|
echo
|
|
@@ -1449,6 +1449,10 @@
|
|
echo $version
|
|
|
|
if [ -n "$all" ]; then
|
|
+ if [ -f /usr/share/shorewall-shell/version ]; then
|
|
+ echo "Shorewall-shell $(cat /usr/share/shorewall-shell/version)"
|
|
+ fi
|
|
+
|
|
if [ -f /usr/share/shorewall-perl/version ]; then
|
|
echo "Shorewall-perl $(cat /usr/share/shorewall-perl/version)"
|
|
fi
|