Remove Kate workarounds from firewall script; cosmetic/typo fixes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4196 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2006-07-08 14:39:26 +00:00
parent a6723cd6b2
commit 67bcdcc8eb
3 changed files with 10 additions and 13 deletions

View File

@ -1451,7 +1451,7 @@ log_rule_limit() # $1 = log level, $2 = chain, $3 = display Chain $4 = dispositi
local prefix
local base=$(chain_base $displayChain)
limit="${5:-$LOGLIMIT}"
limit="${5:-$LOGLIMIT}" # Do this here rather than in the declaration above to appease /bin/ash.
shift 7