From 795c7916694eebce4f0cebf9ca031fd528e23345 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 8 Dec 2003 18:42:25 +0000 Subject: [PATCH] Remove backquotes from commands in shorewall.conf git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@812 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Shorewall/shorewall.conf b/Shorewall/shorewall.conf index 7d0a16096..e84084eb9 100755 --- a/Shorewall/shorewall.conf +++ b/Shorewall/shorewall.conf @@ -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. #