forked from extern/shorewall_code
Load lib.base from lib.cli
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7316a2c51a
commit
93bd0b59a8
@ -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
|
||||
#
|
||||
|
@ -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 $@
|
||||
|
@ -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 $@
|
||||
|
@ -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 $@
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user