---
Shorewall/Perl/Shorewall/Config.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Shorewall/Perl/Shorewall/Config.pm
b/Shorewall/Perl/Shorewall/Config.pm
index d537a8f..abe4631 100644
--- a/Shorewall/Perl/Shorewall/Config.pm
+++ b/Shorewall/Perl/Shorewall/Config.pm
@@ -405,6 +405,7 @@ sub initialize( $ ) {
# Misc Globals
#
%globals = ( SHAREDIRPL => $defaults{shorewall}{share} . '/shorewall/' ,
+ LIBEXECDIRPL => $defaults{shorewall}{libexec} .
'/shorewall/' ,
CONFDIR => $defaults{shorewall}{config} . '/shorewall',
# Run-time configuration directory
CONFIGDIR => '', # Compile-time
configuration directory (location of $product.conf)
LOGPARMS => '',
@@ -2908,7 +2909,7 @@ sub get_params() {
if ( -f $fn ) {
progress_message2 "Processing $fn ...";
- my $command = "env -i PATH=$ENV{PATH} TERM=$ENV{TERM}
$globals{SHAREDIRPL}/getparams $fn " . join( ':', @config_path );
+ my $command = "env -i PATH=$ENV{PATH} TERM=$ENV{TERM}
$globals{LIBEXECDIRPL}/getparams $fn " . join( ':', @config_path );
#
# getparams silently sources the params file under 'set -a', then
executes 'export -p'
#
--
1.7.4
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel