mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Straighten out -e and appropriate priv -- take 4
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6371 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
17b3f98cb6
commit
fc192962c4
@ -816,6 +816,8 @@ sub ensure_config_path() {
|
|||||||
|
|
||||||
open_file $f;
|
open_file $f;
|
||||||
|
|
||||||
|
$ENV{CONFDIR} = $globals{CONFDIR};
|
||||||
|
|
||||||
while ( read_a_line ) {
|
while ( read_a_line ) {
|
||||||
if ( $line =~ /^\s*([a-zA-Z]\w*)=(.*?)\s*$/ ) {
|
if ( $line =~ /^\s*([a-zA-Z]\w*)=(.*?)\s*$/ ) {
|
||||||
my ($var, $val) = ($1, $2);
|
my ($var, $val) = ($1, $2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user