Clean up Action Change

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@806 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-12-05 20:34:01 +00:00
parent 94d91cafa4
commit 7a7597466d

View File

@ -2276,7 +2276,7 @@ add_an_action()
}
#
# Process a record from the rules file for the 'start', 'restart' or 'check' commands
# Process a record from an action file for the 'start', 'restart' or 'check' commands
#
process_action() # $1 = target
# $2 = clients
@ -2383,6 +2383,11 @@ process_action() # $1 = target
fi
}
#
# Read /etc/shorewall/actions and for each defined <action>, process
# /etc/shorewall/action.<action>
#
process_actions() {
#
# Process a rule where the source or destination is "all"