From 902d6e0d45df37bc6f6e5a2ad1b89f9531c0e991 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 21 Jul 2009 06:57:11 -0700 Subject: [PATCH] A couple of cosmetic fixes --- Shorewall/configfiles/actions | 2 +- Shorewall/configfiles/isusable | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Shorewall/configfiles/actions b/Shorewall/configfiles/actions index 86fdf7882..1f376f008 100644 --- a/Shorewall/configfiles/actions +++ b/Shorewall/configfiles/actions @@ -9,4 +9,4 @@ # ############################################################################### #ACTION COMMENT (place '# ' below the 'C' in comment followed by -# v a comment describing the action) +# a comment describing the action) diff --git a/Shorewall/configfiles/isusable b/Shorewall/configfiles/isusable index 9f16a2ed3..ef1a77f17 100644 --- a/Shorewall/configfiles/isusable +++ b/Shorewall/configfiles/isusable @@ -8,13 +8,15 @@ # # The script is invoked inside a function that accepts an interface # name as a single argument. The file below is designed to work with -# both swping and lsm as described at http://www.shorewall.net/MultiISP.html +# both swping and lsm as described at +# http://www.shorewall.net/MultiISP.html # # See http://shorewall.net/shorewall_extension_scripts.htm for additional # information. # ############################################################################### -local status=0 +local status +status=0 [ -f ${VARDIR}/${1}.status ] && status=$(cat ${VARDIR}/${1}.status)