Add undocumented 'call' commands to /sbin/shorewall and /usr/share/shorewall/firewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@636 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-07-05 17:56:11 +00:00
parent 678e23918b
commit eee8b28a8e

View File

@ -902,8 +902,6 @@ case "$1" in
# Undocumented way to call functions in /usr/share/shorewall/functions directly
#
shift;
get_config
. /usr/share/shorewall/functions
$@
;;
*)