diff --git a/Shorewall-lite/shorewall.conf b/Shorewall-lite/shorewall.conf index f7ca5eff8..8864a1047 100644 --- a/Shorewall-lite/shorewall.conf +++ b/Shorewall-lite/shorewall.conf @@ -29,42 +29,6 @@ VERBOSITY=1 # L O G G I N G ############################################################################### # -# General note about log levels. Log levels are a method of describing -# to syslog (8) the importance of a message and a number of parameters -# in this file have log levels as their value. -# -# These levels are defined by syslog and are used to determine the destination -# of the messages through entries in /etc/syslog.conf (5). The syslog -# documentation refers to these as "priorities"; Netfilter calls them "levels" -# and Shorewall also uses that term. -# -# Valid levels are: -# -# 7 debug -# 6 info -# 5 notice -# 4 warning -# 3 err -# 2 crit -# 1 alert -# 0 emerg -# -# For most Shorewall logging, a level of 6 (info) is appropriate. Shorewall -# log messages are generated by NetFilter and are logged using facility -# 'kern' and the level that you specifify. If you are unsure of the level -# to choose, 6 (info) is a safe bet. You may specify levels by name or by -# number. -# -# If you have built your kernel with ULOG target support, you may also -# specify a log level of ULOG (must be all caps). Rather than log its -# messages to syslogd, Shorewall will direct netfilter to log the messages -# via the ULOG target which will send them to a process called 'ulogd'. -# ulogd is available with most Linux distributions (although it probably isn't -# installed by default). Ulogd is also available from -# http://www.gnumonks.org/projects/ulogd and can be configured to log all -# Shorewall message to their own log file -############################################################################### -# # LOG FILE LOCATION # # This variable tells the /sbin/shorewall program where to look for Shorewall @@ -153,11 +117,11 @@ SUBSYSLOCK=/var/lock/subsys/shorewall-lite # shorewall-lite restore # shorewall-lite save # shorewall-lite forget -# Failure of shorewall start or shorewall restart +# Failure of shorewall-lite start or shorewall-lite restart # # The value of the option must be the name of an executable file in the -# directory /var/lib/shorewall. If this option is not set or if it is -# set to the empty value (RESTOREFILE="") then RESTOREFILE=restore is +# directory /var/lib/shorewall-lite. If this option is not set or if it +# is set to the empty value (RESTOREFILE="") then RESTOREFILE=restore is # assumed. #