More modularization

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4381 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-18 22:46:59 +00:00
parent bc3054b011
commit 2c9fc7149a
3 changed files with 88 additions and 2514 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1681,11 +1681,12 @@ FIREWALL=$SHAREDIR/firewall
FUNCTIONS=$SHAREDIR/functions FUNCTIONS=$SHAREDIR/functions
VERSION_FILE=$SHAREDIR/version VERSION_FILE=$SHAREDIR/version
HELP=$SHAREDIR/help HELP=$SHAREDIR/help
LIBRARIES="base"
if [ -f $FUNCTIONS ]; then if [ -f $FUNCTIONS ]; then
. $FUNCTIONS . $FUNCTIONS $LIBRARIES
else else
echo "$FUNCTIONS does not exist!" >&2 echo " ERROR: $FUNCTIONS does not exist!" >&2
exit 2 exit 2
fi fi