Load lib.base from lib.cli

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-01-14 14:17:06 -08:00
parent 7316a2c51a
commit 93bd0b59a8
5 changed files with 5 additions and 13 deletions

View File

@ -23,7 +23,7 @@
# This library contains the command processing code common to /sbin/shorewall[6] and
# /sbin/shorewall[6]-lite.
#
. /usr/share/shorewall/lib.base
#
# Fatal Error
#

View File

@ -35,8 +35,6 @@ g_tool=iptables
g_basedir=/usr/share/shorewall-lite
g_lite=Yes
for library in base cli cli; do
. /usr/share/shorewall/lib.$library
done
. /usr/share/shorewall/lib.cli
shorewall_cli $@

View File

@ -34,8 +34,6 @@ g_tool=
g_basedir=/usr/share/shorewall
g_lite=
for library in base cli; do
. /usr/share/shorewall/lib.$library
done
. /usr/share/shorewall/lib.cli
shorewall_cli $@

View File

@ -35,8 +35,6 @@ g_tool=ip6tables
g_basedir=/usr/share/shorewall6-lite
g_lite=Yes
for library in base cli; do
. /usr/share/shorewall/lib.$library
done
. /usr/share/shorewall/lib.cli
shorewall_cli $@

View File

@ -34,8 +34,6 @@ g_tool=
g_basedir=/usr/share/shorewall
g_lite=
for library in base cli; do
. /usr/share/shorewall/lib.$library
done
. /usr/share/shorewall/lib.cli
shorewall_cli $@