Fix wrong include of lib.base

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5556 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-16 19:14:47 +00:00
parent 860414edc7
commit 51944d1bb8

View File

@ -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 "
#