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:
teastep 2003-12-08 18:42:25 +00:00
parent eeede7f415
commit 795c791669

View File

@ -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,11 +512,8 @@ BLACKLISTNEWONLY=Yes
#
# To see what suffix is used by your distribution:
#
# ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter
# 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.
#