mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Delete references to LOGFORMAT from -lite products
This commit is contained in:
parent
9b31906c6c
commit
a53be66e41
@ -113,10 +113,6 @@ get_config() {
|
|||||||
|
|
||||||
[ -n "$FW" ] || FW=fw
|
[ -n "$FW" ] || FW=fw
|
||||||
|
|
||||||
[ -n "LOGFORMAT" ] && LOGFORMAT="${LOGFORMAT%%%*}"
|
|
||||||
|
|
||||||
[ -n "$LOGFORMAT" ] || LOGFORMAT="Shorewall:"
|
|
||||||
|
|
||||||
if [ -n "$IPTABLES" ]; then
|
if [ -n "$IPTABLES" ]; then
|
||||||
if [ ! -x "$IPTABLES" ]; then
|
if [ ! -x "$IPTABLES" ]; then
|
||||||
echo " ERROR: The program specified in IPTABLES does not exist or is not executable" >&2
|
echo " ERROR: The program specified in IPTABLES does not exist or is not executable" >&2
|
||||||
|
@ -29,8 +29,6 @@ VERBOSITY=
|
|||||||
|
|
||||||
LOGFILE=
|
LOGFILE=
|
||||||
|
|
||||||
LOGFORMAT=
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# L O C A T I O N O F F I L E S A N D D I R E C T O R I E S
|
# L O C A T I O N O F F I L E S A N D D I R E C T O R I E S
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -113,10 +113,6 @@ get_config() {
|
|||||||
|
|
||||||
[ -n "$FW" ] || FW=fw
|
[ -n "$FW" ] || FW=fw
|
||||||
|
|
||||||
[ -n "LOGFORMAT" ] && LOGFORMAT="${LOGFORMAT%%%*}"
|
|
||||||
|
|
||||||
[ -n "$LOGFORMAT" ] || LOGFORMAT="Shorewall:"
|
|
||||||
|
|
||||||
if [ -n "$IP6TABLES" ]; then
|
if [ -n "$IP6TABLES" ]; then
|
||||||
if [ ! -x "$IP6TABLES" ]; then
|
if [ ! -x "$IP6TABLES" ]; then
|
||||||
echo " ERROR: The program specified in IP6TABLES does not exist or is not executable" >&2
|
echo " ERROR: The program specified in IP6TABLES does not exist or is not executable" >&2
|
||||||
|
@ -29,8 +29,6 @@ VERBOSITY=
|
|||||||
|
|
||||||
LOGFILE=
|
LOGFILE=
|
||||||
|
|
||||||
LOGFORMAT=
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# L O C A T I O N O F F I L E S A N D D I R E C T O R I E S
|
# L O C A T I O N O F F I L E S A N D D I R E C T O R I E S
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user