Add MODULE_SUFFIX option

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@798 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-12-01 18:30:28 +00:00
parent 380b8e2ce8
commit baa82a4697
2 changed files with 27 additions and 1 deletions

View File

@ -25,7 +25,7 @@ New Features:
'rfc1918'. Previously, such packets were logged under chains named
'logdrop'.
3) Distributers and developers seem to be regularly inventing new
3) Distributors and developers seem to be regularly inventing new
naming conventions for kernel modules. To avoid the need to change
Shorewall code for each new convention, the MODULE_SUFFIX option has
been added to shorewall.conf. MODULE_SUFFIX may be set to the suffix

View File

@ -502,6 +502,32 @@ ADMINISABSENTMINDED=Yes
#
BLACKLISTNEWONLY=Yes
# MODULE NAME SUFFIX
#
# When loading a module named in /etc/shorewall/modules, Shorewall normally
# looks in the MODULES DIRECTORY (see MODULESDIR above) for files whose names
# end in ".o", ".ko", ".gz" or "o.gz". If your distribution uses a different
# naming convention then you can specify the suffix (extension) for module
# names in this variable.
#
# To see what suffix is used by your distribution:
#
# ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter
#
# IMPORTANT: Those are back single quotes (upper lefthand corner of
# your keyboard).
#
# All of the file names listed should have the same suffix (extension). Set
# MODULE_SUFFIX to that suffix.
#
# Examples:
#
# If all file names end in ".kzo" then set MODULE_SUFFIX="kzo"
# If all file names end in ".kz.o" then set MODULE_SUFFIX="kz.o"
#
MODULE_SUFFIX=
################################################################################
# P A C K E T D I S P O S I T I O N
################################################################################