forked from extern/shorewall_code
Remove backquotes from commands in shorewall.conf
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@812 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
eeede7f415
commit
795c791669
@ -221,7 +221,7 @@ STATEDIR=/var/lib/shorewall
|
||||
# KERNEL MODULE DIRECTORY
|
||||
#
|
||||
# If your netfilter kernel modules are in a directory other than
|
||||
# /lib/modules/`uname -r`/kernel/net/ipv4/netfilter then specify that
|
||||
# /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter then specify that
|
||||
# directory in this variable. Example: MODULESDIR=/etc/modules.
|
||||
|
||||
MODULESDIR=
|
||||
@ -512,10 +512,7 @@ BLACKLISTNEWONLY=Yes
|
||||
#
|
||||
# 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).
|
||||
# ls /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter
|
||||
#
|
||||
# All of the file names listed should have the same suffix (extension). Set
|
||||
# MODULE_SUFFIX to that suffix.
|
||||
|
Loading…
Reference in New Issue
Block a user