From 51944d1bb8e30c59209a2cdc4c1abee7ed736e4d Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 16 Mar 2007 19:14:47 +0000 Subject: [PATCH] Fix wrong include of lib.base git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5556 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New/compiler.pl b/New/compiler.pl index 654d784e0..b37e13aab 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -82,7 +82,7 @@ sub generate_script_1 { emit 'CONFDIR=/etc/shorewall'; emit 'VARDIR=/var/lib/shorewall\n'; emit 'PRODUCT=\'Shorewall\''; - emit '. /usr/share/shoreall-lite/lib.base'; + emit '. /usr/share/shoreall/lib.base'; } emit ''; @@ -158,7 +158,7 @@ sub compile_stop_firewall() { # # Emacs doesn't handle 'here documents' in Perl Mode nearly as well as it does in Shell mode # (it basically doesn't understand it at all and gets lost). So we use the following rather -# unfortunate style in place of 'here docs'. +# awkward style in place of 'here docs'. # emit " #