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
File diff suppressed because it is too large
Load Diff
1574
Shorewall/functions
1574
Shorewall/functions
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user