forked from extern/shorewall_code
More modularization
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4381 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bc3054b011
commit
2c9fc7149a
1007
Shorewall/compiler
1007
Shorewall/compiler
File diff suppressed because it is too large
Load Diff
1588
Shorewall/functions
1588
Shorewall/functions
File diff suppressed because it is too large
Load Diff
@ -1681,11 +1681,12 @@ FIREWALL=$SHAREDIR/firewall
|
||||
FUNCTIONS=$SHAREDIR/functions
|
||||
VERSION_FILE=$SHAREDIR/version
|
||||
HELP=$SHAREDIR/help
|
||||
LIBRARIES="base"
|
||||
|
||||
if [ -f $FUNCTIONS ]; then
|
||||
. $FUNCTIONS
|
||||
. $FUNCTIONS $LIBRARIES
|
||||
else
|
||||
echo "$FUNCTIONS does not exist!" >&2
|
||||
echo " ERROR: $FUNCTIONS does not exist!" >&2
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user