From cc537c02bf12cb05757903f516a3b82d67a6bfbf Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 20 Mar 2007 19:44:30 +0000 Subject: [PATCH] Correct VARDIR setting in compiled scripts git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5598 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New/compiler.pl b/New/compiler.pl index 3bf62d23c..4fff1f07b 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -81,7 +81,7 @@ sub generate_script_1 { } else { emit 'SHAREDIR=/usr/share/shorewall'; emit 'CONFDIR=/etc/shorewall'; - emit 'VARDIR=/var/lib/shorewall\n'; + emit 'VARDIR=/var/lib/shorewall'; emit 'PRODUCT=\'Shorewall\''; emit '. /usr/share/shorewall/lib.base'; }