Correct LEGACY_FASTSTART error messages in shorewall and shorwall6

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-05-23 11:24:52 -07:00
parent 15e9e3182d
commit 3ab35c65b0
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ get_config() {
;; ;;
*) *)
if [ -n "$LEGACY_FASTSTART" ]; then if [ -n "$LEGACY_FASTSTART" ]; then
echo " ERROR: Invalid LEGACY_FASTSTART setting (LEGACY_FASTSTART)" >&2 echo " ERROR: Invalid LEGACY_FASTSTART setting ($LEGACY_FASTSTART)" >&2
exit 1 exit 1
fi fi

View File

@ -234,7 +234,7 @@ get_config() {
;; ;;
*) *)
if [ -n "$LEGACY_FASTSTART" ]; then if [ -n "$LEGACY_FASTSTART" ]; then
echo " ERROR: Invalid LEGACY_FASTSTART setting (LEGACY_FASTSTART)" >&2 echo " ERROR: Invalid LEGACY_FASTSTART setting ($LEGACY_FASTSTART)" >&2
exit 1 exit 1
fi fi