From bb75d0f161d8b2b74bc94893433073c40ef0a1ae Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 2 Jul 2007 21:17:47 +0000 Subject: [PATCH] Fix a couple of buglets git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Compiler.pm | 2 +- Shorewall-perl/Shorewall/Config.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index a4ed682ed..e94c4c41e 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -104,7 +104,7 @@ sub generate_script_1() { ); } - copy "$globals{SHAREDIRPL}/lib.base"; + copy "$globals{SHAREDIRPL}lib.base"; emitj ( '################################################################################', '# End of /usr/share/shorewall-perl/lib.base', diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index 4b39ae561..c90520786 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -1091,7 +1091,7 @@ sub get_configuration( $ ) { warning_message 'DELAYBLACKLISTLOAD=Yes is not supported by Shorewall-perl ' . $globals{VERSION} if $config{DELAYBLACKLISTLOAD}; - default_yes_no 'LOGTAGONLY' , ''; + default_yes_no 'LOGTAGONLY' , ''; $globals{LOGTAGONLY} = $config{LOGTAGONLY}; default_yes_no 'RFC1918_STRICT' , ''; default_yes_no 'SAVE_IPSETS' , '';