forked from extern/shorewall_code
DEBUG and PURGE -- take 2.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1d8a7ad09f
commit
096fb29203
@ -1448,6 +1448,7 @@ VERBOSE_OFFSET=0
|
|||||||
USE_VERBOSITY=
|
USE_VERBOSITY=
|
||||||
NOROUTES=
|
NOROUTES=
|
||||||
PURGE=
|
PURGE=
|
||||||
|
DEBUG=
|
||||||
EXPORT=
|
EXPORT=
|
||||||
export TIMESTAMP=
|
export TIMESTAMP=
|
||||||
noroutes=
|
noroutes=
|
||||||
@ -1615,8 +1616,6 @@ VERSION_FILE=$SHAREDIR/version
|
|||||||
REFRESHCHAINS=
|
REFRESHCHAINS=
|
||||||
RECOVERING=
|
RECOVERING=
|
||||||
export RECOVERING
|
export RECOVERING
|
||||||
DEBUG=
|
|
||||||
PURGE=
|
|
||||||
|
|
||||||
for library in $LIBRARIES; do
|
for library in $LIBRARIES; do
|
||||||
if [ -f $library ]; then
|
if [ -f $library ]; then
|
||||||
|
@ -1344,6 +1344,7 @@ VERBOSE_OFFSET=0
|
|||||||
USE_VERBOSITY=
|
USE_VERBOSITY=
|
||||||
NOROUTES=
|
NOROUTES=
|
||||||
PURGE=
|
PURGE=
|
||||||
|
DEBUG=
|
||||||
EXPORT=
|
EXPORT=
|
||||||
export TIMESTAMP=
|
export TIMESTAMP=
|
||||||
noroutes=
|
noroutes=
|
||||||
@ -1515,8 +1516,6 @@ LIBRARIES="$SHAREDIR/lib.base $SHAREDIR/lib.cli"
|
|||||||
VERSION_FILE=$SHAREDIR/version
|
VERSION_FILE=$SHAREDIR/version
|
||||||
RECOVERING=
|
RECOVERING=
|
||||||
export RECOVERING
|
export RECOVERING
|
||||||
DEBUG=
|
|
||||||
PURGE=
|
|
||||||
|
|
||||||
for library in $LIBRARIES; do
|
for library in $LIBRARIES; do
|
||||||
if [ -f $library ]; then
|
if [ -f $library ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user