Fix a couple of buglets

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6751 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-02 21:17:47 +00:00
parent 01e32dee56
commit bb75d0f161
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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' , '';