A couple of cosmetic fixes

This commit is contained in:
Tom Eastep 2009-07-21 06:57:11 -07:00
parent 2146a356a6
commit 902d6e0d45
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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)