From b6ae0ded37329333aff65e1cb015cc45648c0ef6 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 12 Jun 2006 16:15:44 +0000 Subject: [PATCH] Make 'Lite' output more distinct -- take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4074 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/help | 6 +++--- Shorewall-lite/shorewall | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Shorewall-lite/help b/Shorewall-lite/help index f6859b210..d7b880d5f 100755 --- a/Shorewall-lite/help +++ b/Shorewall-lite/help @@ -267,9 +267,9 @@ status) shorewall status - Displays the Shorewall status (running/not-running). + Displays the Shorewall Lite status (running/not-running). - Also displays the Shorewall state as shown in the state diagram at + Also displays the Shorewall Lite state as shown in the state diagram at http://www.shorewall.net/starting_and_stopping_shorewall. The time and date when that state was reached is also displayed." ;; @@ -293,7 +293,7 @@ trace) version) echo "version: version - Show the current shorewall version which is: $version" + Show the current Shorewall Lite version which is: $version" ;; *) diff --git a/Shorewall-lite/shorewall b/Shorewall-lite/shorewall index 0583f2ea7..edc131608 100755 --- a/Shorewall-lite/shorewall +++ b/Shorewall-lite/shorewall @@ -1273,10 +1273,10 @@ case "$COMMAND" in echo "Shorewall Lite $version Status at $HOSTNAME - $(date)" echo if shorewall_is_started ; then - echo "Shorewall is running" + echo "Shorewall Lite is running" status=0 else - echo "Shorewall is stopped" + echo "Shorewall Lite is stopped" status=4 fi