mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 14:39:04 +01:00
Cosmetic cleanup
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
40f3c48a2c
commit
eec8a4edaf
@ -22,7 +22,13 @@
|
|||||||
#
|
#
|
||||||
# This library contains the command processing code common to /sbin/shorewall and /sbin/shorewall6.
|
# This library contains the command processing code common to /sbin/shorewall and /sbin/shorewall6.
|
||||||
#
|
#
|
||||||
|
####################################################################################################
|
||||||
|
# Set the configuration variables from the .conf file
|
||||||
|
#
|
||||||
|
# $1 = Yes: read the params file
|
||||||
|
# $2 = Yes: check for STARTUP_ENABLED
|
||||||
|
# $3 = Yes: Check for LOGFILE
|
||||||
|
#
|
||||||
get_config() {
|
get_config() {
|
||||||
local prog
|
local prog
|
||||||
|
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
# (c) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 -
|
# (c) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 -
|
||||||
# Tom Eastep (teastep@shorewall.net)
|
# Tom Eastep (teastep@shorewall.net)
|
||||||
#
|
#
|
||||||
# This file should be placed in /sbin/shorewall.
|
|
||||||
#
|
|
||||||
# Shorewall documentation is available at http://www.shorewall.net
|
# Shorewall documentation is available at http://www.shorewall.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
@ -27,17 +25,7 @@
|
|||||||
# For a list of supported commands, type 'shorewall help' or 'shorewall6 help'
|
# For a list of supported commands, type 'shorewall help' or 'shorewall6 help'
|
||||||
#
|
#
|
||||||
################################################################################################
|
################################################################################################
|
||||||
#
|
|
||||||
# Set the configuration variables from the .conf file
|
|
||||||
#
|
|
||||||
# $1 = Yes: read the params file
|
|
||||||
# $2 = Yes: check for STARTUP_ENABLED
|
|
||||||
# $3 = Yes: Check for LOGFILE
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Execution begins here
|
|
||||||
#
|
|
||||||
g_debugging=
|
g_debugging=
|
||||||
|
|
||||||
if [ $# -gt 0 ] && [ "x$1" = "xdebug" -o "x$1" = "xtrace" ]; then
|
if [ $# -gt 0 ] && [ "x$1" = "xdebug" -o "x$1" = "xtrace" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user