mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-17 03:40:53 +01:00
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:
parent
860414edc7
commit
51944d1bb8
@ -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 "
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user